mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
57b8ee1b18
commit
5fd4d771ac
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue