diff --git a/reference/strings/functions/str-rot13.xml b/reference/strings/functions/str-rot13.xml index be1368e186..ddca69b197 100644 --- a/reference/strings/functions/str-rot13.xml +++ b/reference/strings/functions/str-rot13.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,27 @@ untouched. Encoding and decoding are done by the same function, passing an encoded string as argument will return the original version. + + + <function>rot13</function> example + + +]]> + + + + + + The behaviour of this function was buggy until PHP 4.3.0. Before + this, the str was also modified, as if + passed by reference. + +