From 5fd4d771acdc61bc1f44b7a2fe2b5df7dbe298f2 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 9 Oct 2000 15:02:00 +0000 Subject: [PATCH] a small clarification git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33517 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/regex.xml b/functions/regex.xml index abf989347a..7f0691c6ce 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -314,7 +314,7 @@ echo $string; /* Output: 'This string has 4 words.' */ an error occurs, split returns false. - To get the first five fields from a line from + To split off the first four fields from a line from /etc/passwd: <function>Split</function> Example