For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2006 > cvs: phpdoc /en/reference/strings/functions strrchr.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/strings/functions strrchr.xml
Nuno Lopes

2006-12-20, 7:00 pm

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/phpdo...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com