reference/strings/functions/str-rot13.xml
e095023e408c8cb6378ae16bb6870343a3946919
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.str-rot13'>
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.str-rot13">
4
4
<refnamediv>
5
5
<refname>str_rot13</refname>
6
6
<refpurpose>Perform the rot13 transform on a string</refpurpose>
...
...
@@ -10,10 +10,10 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>str_rot13</methodname>
13
-
<methodparam><type>string</type><parameter>str</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
Performs the ROT13 encoding on the <parameter>str</parameter> argument and
16
+
Performs the ROT13 encoding on the <parameter>string</parameter> argument and
17
17
returns the resulting string.
18
18
</para>
19
19
<para>
...
...
@@ -29,7 +29,7 @@
29
29
<para>
30
30
<variablelist>
31
31
<varlistentry>
32
-
<term><parameter>str</parameter></term>
32
+
<term><parameter>string</parameter></term>
33
33
<listitem>
34
34
<para>
35
35
The input string.
...
...
@@ -66,7 +66,6 @@ echo str_rot13('PHP 4.3.0'); // CUC 4.3.0
66
66
</refsect1>
67
67

68
68
</refentry>
69
-

70
69
<!-- Keep this comment at the end of the file
71
70
Local variables:
72
71
mode: sgml
73
72