From 3623ddb6ca01f5bc3e8b9ef26e282ac242425977 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Feb 2006 12:35:21 +0000 Subject: [PATCH] strrpos in PHP 5 accepts string needle git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207345 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strpos.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.