reference/mbstring/functions/mb-strrichr.xml
f63aa0afcde35bf8450e32128295d6e08cd6b120
...
...
@@ -9,11 +9,11 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>mb_strrichr</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>mb_strrichr</methodname>
13
13
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>part</parameter><initializer>false</initializer></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>mb_internal_encoding()</initializer></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter><initializer>&false;</initializer></methodparam>
16
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
<function>mb_strrichr</function> finds the last occurrence of
...
...
@@ -46,7 +46,7 @@
46
46
</listitem>
47
47
</varlistentry>
48
48
<varlistentry>
49
-
<term><parameter>part</parameter></term>
49
+
<term><parameter>before_needle</parameter></term>
50
50
<listitem>
51
51
<para>
52
52
Determines which portion of <parameter>haystack</parameter>
...
...
@@ -87,31 +87,23 @@
87
87
</refsect1>
88
88
-->
89
89

90
-

91
-
<!-- Use when a CHANGELOG exists
92
90
<refsect1 role="changelog">
93
91
&reftitle.changelog;
94
-
<para>
95
-
<informaltable>
96
-
<tgroup cols="2">
97
-
<thead>
98
-
<row>
99
-
<entry>&Version;</entry>
100
-
<entry>&Description;</entry>
101
-
</row>
102
-
</thead>
103
-
<tbody>
104
-
<row>
105
-
<entry>Enter the PHP version of change here</entry>
106
-
<entry>Description of change</entry>
107
-
</row>
108
-
</tbody>
109
-
</tgroup>
110
-
</informaltable>
111
-
</para>
92
+
<informaltable>
93
+
<tgroup cols="2">
94
+
<thead>
95
+
<row>
96
+
<entry>&Version;</entry>
97
+
<entry>&Description;</entry>
98
+
</row>
99
+
</thead>
100
+
<tbody>
101
+
&mbstring.changelog.needle-empty;
102
+
&mbstring.changelog.encoding-nullable;
103
+
</tbody>
104
+
</tgroup>
105
+
</informaltable>
112
106
</refsect1>
113
-
-->
114
-

115
107

116
108
<!-- Use when examples exist
117
109
<refsect1 role="examples">
...
...
@@ -155,7 +147,6 @@ Use the PEAR Coding Standards
155
147
</para>
156
148
</refsect1>
157
149
</refentry>
158
-

159
150
<!-- Keep this comment at the end of the file
160
151
Local variables:
161
152
mode: sgml
162
153