mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
80aa72c727
commit
3623ddb6ca
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue