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
This commit is contained in:
Justin Martin 2011-01-13 18:33:52 +00:00
parent f3bc43285e
commit 1ea46b47df

View file

@ -42,7 +42,9 @@
<term><parameter>needle</parameter></term>
<listitem>
<para>
The position counted from the beginning of <parameter>haystack</parameter>.
The string to find in <parameter>haystack</parameter>. In contrast
with <function>strpos</function>, numeric values are not applied
as the ordinal value of a character.
</para>
</listitem>
</varlistentry>