You are here : phpstringstr_rot13

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

    <?phpecho str_rot13('PHP 4.3.0'); // CUC 4.3.0?>


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference