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.
...
...
@@ -65,34 +65,7 @@ echo str_rot13('PHP 4.3.0'); // CUC 4.3.0
65
65
</para>
66
66
</refsect1>
67
67

68
-
<refsect1 role="changelog">
69
-
&reftitle.changelog;
70
-
<para>
71
-
<informaltable>
72
-
<tgroup cols="2">
73
-
<thead>
74
-
<row>
75
-
<entry>&Version;</entry>
76
-
<entry>&Description;</entry>
77
-
</row>
78
-
</thead>
79
-
<tbody>
80
-
<row>
81
-
<entry>4.3.0</entry>
82
-
<entry>
83
-
The behaviour of this function was fixed. Before this fix, the
84
-
<parameter>str</parameter> was also modified, as if it was passed
85
-
by reference.
86
-
</entry>
87
-
</row>
88
-
</tbody>
89
-
</tgroup>
90
-
</informaltable>
91
-
</para>
92
-
</refsect1>
93
-

94
68
</refentry>
95
-

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