diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index 94660c007b..dc6d5c4817 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ Returns the numeric position of the first occurrence of needle in the haystack string. Unlike the - strrpos, this function can take a full + strrpos before PHP 5, this function can take a full string as the needle parameter and the entire string will be used.