mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3754c18c5f
commit
b6385c4790
1 changed files with 3 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue