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:
Mike Robinson 2000-06-24 13:29:20 +00:00
parent 03d573b73d
commit 4bbef0d288

View file

@ -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&lt;br&gt;\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&lt;br&gt;\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&lt;br&gt;\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>