Add note about handling of numeric values in PHP5

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Walk 2003-10-25 12:13:40 +00:00
parent 3754c18c5f
commit b6385c4790

View file

@ -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 @@ if (is_string($pos) && !$pos) {
</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>,