str_rot13

function call:
string str_rot13( string $str )

description:
str_rot13() performs the ROT13 encoding on the $str argument and returns the resulting string. The ROT13 encoding simply shifts every letter by 13 places in the alphabet while leaving non-alpha characters untouched. Encoding and decoding are both done by str_rot13(), passing an encoded string as argument will return the original version.

test str_rot13 online:
$str


Werbung
Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: str_rot13 auf Deutsch online testen