jimw Thu Dec 20 17:38:53 2001 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
strstr: update see also list
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.143 phpdoc/en/functions/strings.xml:1.144
--- phpdoc/en/functions/strings.xml:1.143 Mon Dec 17 17:29:42 2001
+++ phpdoc/en/functions/strings.xml Thu Dec 20 17:38:53 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.143 $ -->
+<!-- $Revision: 1.144 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -3374,14 +3374,12 @@
If <parameter>needle</parameter> is not a string, it is converted
to an integer and applied as the ordinal value of a character.
</para>
- <para>
- <note>
- <para>
- Note that this function is case-sensitive. For
- case-insensitive searches, use <function>stristr</function>.
- </para>
- </note>
- </para>
+ <note>
+ <para>
+ This function is case-sensitive. For case-insensitive searches, use
+ <function>stristr</function>.
+ </para>
+ </note>
<para>
<example>
<title><function>strstr</function> example</title>
@@ -3395,9 +3393,10 @@
</example>
</para>
<para>
- See also <function>strchr</function>, <function>stristr</function>,
- <function>strrchr</function>, <function>substr</function>, and
- <function>ereg</function>.
+ See also <function>ereg</function>, <function>preg_match</function>,
+ <function>strchr</function>, <function>stristr</function>,
+ <function>strpos</function>, <function>strrchr</function>, and
+ <function>substr</function>.
</para>
</refsect1>
</refentry>