From 5589d96b191650e5bc0dcc83d6b6028e7be224ea Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 14 Oct 2010 02:38:23 +0000 Subject: [PATCH] Remove sentence that now makes no sense in the strrpos() description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304381 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strrpos.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/strings/functions/strrpos.xml b/reference/strings/functions/strrpos.xml index 55d1274a44..17f66bdaf1 100644 --- a/reference/strings/functions/strrpos.xml +++ b/reference/strings/functions/strrpos.xml @@ -17,8 +17,7 @@ Returns the numeric position of the last occurrence of needle in the haystack - string. If a string is passed as the needle, then only the first character - of that string will be used. + string.