PHP str_rot13 Führen Sie die ROT13 -Transformation auf einer Zeichenfolge aus

<?php

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

?>
SAMER SAEID