diff --git a/functions/strings.xml b/functions/strings.xml index 2956c27aa5..933136cee8 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -3172,8 +3172,9 @@ $var = strspn("42 is the answer, what is the question ...", "1234567890"); stringneedle - Returns all of haystack from the first - occurrence of needle to the end. + Returns part of haystack string from the + first occurrence of needle to the end of + haystack. If needle is not found, returns &false;.