reference/mbstring/functions/mb-strstr.xml
f63aa0afcde35bf8450e32128295d6e08cd6b120
...
...
@@ -9,11 +9,11 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>mb_strstr</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>mb_strstr</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>before_needle</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_strstr</function> finds the first occurrence of
...
...
@@ -85,31 +85,23 @@
85
85
</refsect1>
86
86
-->
87
87

88
-

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

113
105

114
106
<!-- Use when examples exist
115
107
<refsect1 role="examples">
...
...
@@ -153,7 +145,6 @@ Use the PEAR Coding Standards
153
145
</para>
154
146
</refsect1>
155
147
</refentry>
156
-

157
148
<!-- Keep this comment at the end of the file
158
149
Local variables:
159
150
mode: sgml
160
151