From 1ea46b47df5194f7c4a86c17d99b5917d5685c10 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Thu, 13 Jan 2011 18:33:52 +0000 Subject: [PATCH] Fixed needle parameter with a proper description, closing bug #53739. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307442 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/functions/mb-strpos.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/mbstring/functions/mb-strpos.xml b/reference/mbstring/functions/mb-strpos.xml index e2a5b0863b..8429ee81a8 100644 --- a/reference/mbstring/functions/mb-strpos.xml +++ b/reference/mbstring/functions/mb-strpos.xml @@ -42,7 +42,9 @@ needle - The position counted from the beginning of haystack. + The string to find in haystack. In contrast + with strpos, numeric values are not applied + as the ordinal value of a character.