diff --git a/reference/strings/functions/strspn.xml b/reference/strings/functions/strspn.xml index 8c7dfaff82..7b5345af2c 100644 --- a/reference/strings/functions/strspn.xml +++ b/reference/strings/functions/strspn.xml @@ -1,5 +1,5 @@ - + strspn @@ -59,6 +59,7 @@ $var = strspn("42 is the answer, what is the question ...", "1234567890"); The start position of the string to examine. + Negative value counts position from the end of a string. @@ -67,6 +68,7 @@ $var = strspn("42 is the answer, what is the question ...", "1234567890"); The length of the string to examine. + Negative value sets length from the end of a string.