Php str_rot13 melakukan transformasi ROT13 pada string

<?php

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

?>
SAMER SAEID