str_rot13() - string
Performs the ROT13 encoding on the str argument and
returns the resulting string.
Parameters :
str - The input string.
Syntax
string str_rot13
( string $str
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference