nlopess Wed Dec 20 19:56:04 2006 UTC
Modified files:
/phpdoc/en/reference/strings/functions strrchr.xml
Log:
it uses only the first char even on php 5 (per user note)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strrchr.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/strrchr.xml
diff -u phpdoc/en/reference/strings/functions/strrchr.xml:1.7
phpdoc/en/reference/strings/functions/strrchr.xml:1.8
--- phpdoc/en/reference/strings/functions/strrchr.xml:1.7 Fri Aug 13
15:56:57 2004
+++ phpdoc/en/reference/strings/functions/strrchr.xml Wed Dec 20 19:56:04 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strrchr">
<refnamediv>
@@ -26,7 +26,7 @@
</para>
<para>
If <parameter>needle</parameter> contains more than one
- character, only the first is used in PHP 4. This behavior is different
from that
+ character, only the first is used. This behavior is different from that
of <function>strchr</function>.
</para>
<para>