derick Sun Jan 18 07:57:40 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions str-rot13.xml
Log:
- Fix example title and add 'tip' :-)
Index: phpdoc/en/reference/strings/functions/str-rot13.xml
diff -u phpdoc/en/reference/strings/functions/str-rot13.xml:1.3
phpdoc/en/reference/strings/functions/str-rot13.xml:1.4
--- phpdoc/en/reference/strings/functions/str-rot13.xml:1.3 Sat Aug 16 16:18:42
2003
+++ phpdoc/en/reference/strings/functions/str-rot13.xml Sun Jan 18 07:57:39 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id='function.str-rot13'>
<refnamediv>
@@ -22,7 +22,7 @@
</para>
<para>
<example>
- <title><function>rot13</function> example</title>
+ <title><function>str_rot13</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -34,6 +34,11 @@
</programlisting>
</example>
</para>
+ <tip>
+ <para>
+ Use <function>str_rot13</function> twice to get even more security! ;-)
+ </para>
+ </tip>
<note>
<para>
The behaviour of this function was buggy until PHP 4.3.0. Before