Date: 05/25/00
- Next message: Sterling Hughes: "[PHPDOC] cvs: phpdoc /en/functions/ var.xml"
- Previous message: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /de/functions/ var.xml /en/functions/ var.xml"
- Next in thread: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Maybe reply: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Maybe reply: Mike Robinson: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hholzgra Thu May 25 15:53:51 2000 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
conflict fixed
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.14 phpdoc/en/functions/strings.xml:1.15
--- phpdoc/en/functions/strings.xml:1.14 Tue May 23 08:58:32 2000
+++ phpdoc/en/functions/strings.xml Thu May 25 15:53:51 2000
@@ -462,8 +462,12 @@
<paramdef>string <parameter>string</parameter></paramdef>
</funcsynopsis>
<para>
- Returns an array of strings containing the elements separated by
- <replaceable>separator</replaceable>.
+ Returns an array of strings, each of which is a substring of
+ <parameter>string</parameter> formed by splitting it on boundaries formed
+ by the string <parameter>delim</parameter>.
+ If <parameter>limit</parameter> is set, the returned array will contaion
+ a maximum of <parameter>limit</parameter> elements with the last element
+ containing the whole rest of <parameter>string</parameter>.
<example>
<title><function>Explode</function> example</title>
<programlisting role="php">
- Next message: Sterling Hughes: "[PHPDOC] cvs: phpdoc /en/functions/ var.xml"
- Previous message: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /de/functions/ var.xml /en/functions/ var.xml"
- Next in thread: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Maybe reply: Hartmut Holzgraefe: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Maybe reply: Mike Robinson: "[PHPDOC] cvs: phpdoc /en/functions/ strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

