diff --git a/reference/strings/functions/strripos.xml b/reference/strings/functions/strripos.xml index 9b4c4b7e1e..964dc18ef4 100644 --- a/reference/strings/functions/strripos.xml +++ b/reference/strings/functions/strripos.xml @@ -1,5 +1,5 @@ - + strripos @@ -69,10 +69,9 @@ if ($pos === false) { searching an arbitrary number of characters into the string. - Negative offset values mean the end of string is moved to the left by the - specified value plus one. For example, - strripos('abcdef', 'b', -4) will search the string - abc for b. + Negative offset values will start the search at + offset characters from the + start of the string. See also strrpos,