et Sat Oct 25 08:13:40 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions strrpos.xml
Log:
Add note about handling of numeric values in PHP5
Index: phpdoc/en/reference/strings/functions/strrpos.xml
diff -u phpdoc/en/reference/strings/functions/strrpos.xml:1.6
phpdoc/en/reference/strings/functions/strrpos.xml:1.7
--- phpdoc/en/reference/strings/functions/strrpos.xml:1.6 Tue Sep 2 17:11:54
2003
+++ phpdoc/en/reference/strings/functions/strrpos.xml Sat Oct 25 08:13:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
<refentry id="function.strrpos">
<refnamediv>
@@ -57,7 +57,8 @@
</para>
<para>
The <parameter>needle</parameter> may be a string of more than one
- character as of PHP 5.
+ character as of PHP 5, and numbers are converted to a string instead of
+ being applied as the ordinal value of a character.
</para>
<para>
See also <function>strpos</function>,