Universeorange.com/Docs/

R3m/framework Function reference string.rot13

{string.rot13(String $string)}

Perform the rot13 transform on a string.

Performs the ROT13 encoding on the string 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 done by the same function, passing an encoded string as argument will return the original version.

Returns the ROT13 version of the given string.

More information:

https://www.php.net/manual/en/function.str-rot13.php

Last modified: 2021-06-07

© 2021 universeorange.com