diff --git a/reference/strings/functions/strrpos.xml b/reference/strings/functions/strrpos.xml index b9d998b8d6..9b7af22daa 100644 --- a/reference/strings/functions/strrpos.xml +++ b/reference/strings/functions/strrpos.xml @@ -1,5 +1,5 @@ - + @@ -57,7 +57,8 @@ if (is_string($pos) && !$pos) { The needle may be a string of more than one - character as of PHP 5. + character as of PHP 5, and numbers are converted to a string instead of + being applied as the ordinal value of a character. See also strpos,