PHP Str_ROT13 Wykonaj transformat ROT13 na ciągu

<?php

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

?>
SAMER SAEID