mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed typos, added references to related functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26898 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
03d573b73d
commit
4bbef0d288
1 changed files with 4 additions and 4 deletions
|
@ -263,7 +263,7 @@ echo ereg_replace( "(( )is)", "\\2was", $string );
|
|||
Returns an array of strings, each of which is a substring of
|
||||
<parameter>string</parameter> formed by splitting it on boundaries formed
|
||||
by the regular expression <parameter>pattern</parameter>.
|
||||
If <parameter>limit</parameter> is set, the returned array will contaion a
|
||||
If <parameter>limit</parameter> is set, the returned array will contain a
|
||||
maximum of <parameter>limit</parameter> elements with the last element
|
||||
containing the whole rest of <parameter>string</parameter>.
|
||||
If an error occurs, <function>split</function> returns false.
|
||||
|
@ -317,7 +317,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
</para>
|
||||
|
||||
<para>
|
||||
See also: <function>explode</function> and <function>implode</function>.
|
||||
See also: function>spliti</function>, <function>explode</function> and <function>implode</function>.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
@ -332,7 +332,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>split</function></funcdef>
|
||||
<funcdef>array <function>spliti</function></funcdef>
|
||||
<paramdef>string <parameter>pattern</parameter></paramdef>
|
||||
<paramdef>string <parameter>string</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>limit</optional></parameter></paramdef>
|
||||
|
@ -344,7 +344,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
</para>
|
||||
|
||||
<para>
|
||||
See also: <function>explode</function> and <function>implode</function>.
|
||||
See also: function>split</function>, <function>explode</function> and <function>implode</function>.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue