reference/strings/functions/strstr.xml
c276fff86c44bc92a9f9105aa66342a731ac78d8
...
...
@@ -27,9 +27,9 @@
27
27
</note>
28
28
<note>
29
29
<para>
30
-
If you only want to determine if a particular <parameter>needle</parameter>
31
-
occurs within <parameter>haystack</parameter>, use the faster and less memory
32
-
intensive function <function>strpos</function> instead.
30
+
If it is only required to determine if a particular <parameter>needle</parameter>
31
+
occurs within <parameter>haystack</parameter>, the faster and less memory
32
+
intensive <function>str_contains</function> function should be used instead.
33
33
</para>
34
34
</note>
35
35
</refsect1>
36
36