mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Remove info about strrpos (bug #36565)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
031b0a2931
commit
c922f4fb35
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.mb-strpos">
|
||||
<refnamediv>
|
||||
|
@ -33,10 +33,7 @@
|
|||
</para>
|
||||
<para>
|
||||
If <parameter>encoding</parameter> is omitted, internal
|
||||
character encoding is used. <function>mb_strrpos</function>
|
||||
accepts <literal>string</literal> for
|
||||
<parameter>needle</parameter> where <function>strrpos</function>
|
||||
accepts only character.
|
||||
character encoding is used.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>offset</parameter> is search offset. If it is not
|
||||
|
|
Loading…
Reference in a new issue