yohgaki Tue Feb 12 04:13:33 2002 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
Clarify strstr() description a little
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.160 phpdoc/en/functions/strings.xml:1.161
--- phpdoc/en/functions/strings.xml:1.160 Fri Feb 8 09:12:05 2002
+++ phpdoc/en/functions/strings.xml Tue Feb 12 04:13:12 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.160 $ -->
+<!-- $Revision: 1.161 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -3172,8 +3172,9 @@
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
</methodsynopsis>
<para>
- Returns all of <parameter>haystack</parameter> from the first
- occurrence of <parameter>needle</parameter> to the end.
+ Returns part of <parameter>haystack</parameter> string from the
+ first occurrence of <parameter>needle</parameter> to the end of
+ <parameter>haystack</parameter>.
</para>
<para>
If <parameter>needle</parameter> is not found, returns &false;.- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Zak Greant
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Kenneth Schwartz
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Kenneth Schwartz
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml James Cox
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Derek Ford
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Derek Ford
