mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
255.255.255.255 (bug #29705)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2d740a6b9
commit
700f758ccb
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
|
||||
<refentry id="function.ip2long">
|
||||
<refnamediv>
|
||||
|
@ -99,8 +99,8 @@ $ip = long2ip(ip2long("10.0.256")); // "10.0.1.0"
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<function>ip2long</function> will return <literal>-1</literal> for
|
||||
the IP <literal>255.255.255.255</literal>
|
||||
<function>ip2long</function> will return <literal>-1</literal> (PHP 4) or
|
||||
&false; (PHP 5) for the IP <literal>255.255.255.255</literal>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue