[PHP-DOC] cvs: phpdoc /en/reference/mbstring/functions mb-strpos.xml
by Jakub Vrana other posts by this author
Feb 28 2006 8:35PM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/ps/functions ps-add-bookmark.xml ps-add-launchlink.xml ps-add-locallink.xml ps-add-note.xml ps-add-pdflink.xml ps-add-weblink.xml ps-arc.xml ps-arcn.xml ps-begin-page.xml ps-begin-pattern.xml ps-begin-template.xml ps-circle.xml ps-clip.xml ps-close-image.xml ps-close.xml ps-closepath-stroke.xml ps-closepath.xml ps-continue-text.xml ps-curveto.xml ps-delete.xml ps-end-page.xml ps-end-pattern.xml ps-end-template.xml ps-fill-stroke.xml ps-fill.xml ps-findfont.xml ps-get-buffer.xml ps-get-parameter.xml ps-get-value.xml
|
[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml
vrana Wed Mar 1 04:35:32 2006 UTC
Modified files:
/phpdoc/en/reference/mbstring/functions mb-strpos.xml
Log:
Remove info about strrpos (bug #36565)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mbstring/functions/mb-strpos.xml?r1=1.3&r
2=1.4&diff_format=u
Index: phpdoc/en/reference/mbstring/functions/mb-strpos.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-strpos.xml:1.3 phpdoc/en/reference/mbstrin
g/functions/mb-strpos.xml:1.4
--- phpdoc/en/reference/mbstring/functions/mb-strpos.xml:1.3 Fri Apr 22 15:39:27 2005
+++ phpdoc/en/reference/mbstring/functions/mb-strpos.xml Wed Mar 1 04:35:32 2006
@@ -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
|