str_rot13()
str_rot13 - Perform the rot13 transform on a string
Syntax
string str_rot13 (
string $str)
Arguments
Description
Performs the ROT13 encoding on the str argument and returns the resulting string.
Version
PHP 4.2.0, 5
Return value
Returns the ROT13 version of the given string.