Php str_rot13 execute a transformação ROT13 em uma string

<?php

echo str_rot13('PHP 4.3.0'); // CUC 4.3.0

?>
SAMER SAEID