strrpos in PHP 5 accepts string needle

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-02-17 12:35:21 +00:00
parent 80aa72c727
commit 3623ddb6ca

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
<refentry id="function.strpos">
<refnamediv>
@ -20,7 +20,7 @@
Returns the numeric position of the first occurrence of
<parameter>needle</parameter> in the
<parameter>haystack</parameter> string. Unlike the
<function>strrpos</function>, this function can take a full
<function>strrpos</function> before PHP 5, this function can take a full
string as the <parameter>needle</parameter> parameter and the
entire string will be used.
</para>