Date: 07/28/00
- Next message: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr bookinfo.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: brianlmoon: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jon Fri Jul 28 13:05:07 2000 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
Note that strstr is case-sensitive and provide a pointer to stristr.
# This elimates user annotations 2102 and 2494.
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.27 phpdoc/en/functions/strings.xml:1.28
--- phpdoc/en/functions/strings.xml:1.27 Tue Jul 11 13:19:01 2000
+++ phpdoc/en/functions/strings.xml Fri Jul 28 13:05:07 2000
@@ -2234,6 +2234,12 @@
<para>
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 that this function is case-sensitive. For case-insensitive
+ searches, use <function>stristr</function>.
+ </para>
+ <para>
<example>
<title><function>Strstr</function> example</title>
<programlisting role="php">
- Next message: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr bookinfo.xml"
- Next in thread: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: brianlmoon: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

