From d4f386765003be4736243a8b381e64efbb890d64 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 13 Jul 2002 08:44:43 +0000 Subject: [PATCH] Minor rephrase #18326 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88587 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/substr.xml b/reference/strings/functions/substr.xml index 4b4a26892f..2eb72c4951 100644 --- a/reference/strings/functions/substr.xml +++ b/reference/strings/functions/substr.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ length parameters. - If start is positive, the returned string + If start is non-negative, the returned string will start at the start'th position in string, counting from zero. For instance, in the string 'abcdef', the character at