reference/mbstring/functions/mb-stripos.xml
f63aa0afcde35bf8450e32128295d6e08cd6b120
...
...
@@ -9,11 +9,11 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>mb_stripos</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>mb_stripos</methodname>
13
13
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
15
15
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>mb_internal_encoding()</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_stripos</function> returns the numeric position of
...
...
@@ -87,6 +87,8 @@
87
87
</row>
88
88
</thead>
89
89
<tbody>
90
+
&mbstring.changelog.needle-empty;
91
+
&mbstring.changelog.encoding-nullable;
90
92
<row>
91
93
<entry>7.1.0</entry>
92
94
<entry>
...
...
@@ -140,7 +142,6 @@ Use the PEAR Coding Standards
140
142
</para>
141
143
</refsect1>
142
144
</refentry>
143
-

144
145
<!-- Keep this comment at the end of the file
145
146
Local variables:
146
147
mode: sgml
147
148