a small clarification

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33517 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-10-09 15:02:00 +00:00
parent 57b8ee1b18
commit 5fd4d771ac

View file

@ -314,7 +314,7 @@ echo $string; /* Output: 'This string has 4 words.' */
an error occurs, <function>split</function> returns false.
</para>
<para>
To get the first five fields from a line from
To split off the first four fields from a line from
<filename>/etc/passwd</filename>:
<example>
<title><function>Split</function> Example</title>