dave Wed Aug 4 13:54:32 2004 EDT
Modified files:
/phpdoc/en/reference/network/functions ip2long.xml
Log:
- Typo, clean up.
http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/ip2long.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/network/functions/ip2long.xml
diff -u phpdoc/en/reference/network/functions/ip2long.xml:1.7
phpdoc/en/reference/network/functions/ip2long.xml:1.8
--- phpdoc/en/reference/network/functions/ip2long.xml:1.7 Fri May 28 12:36:14
2004
+++ phpdoc/en/reference/network/functions/ip2long.xml Wed Aug 4 13:54:31 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
<refentry id="function.ip2long">
<refnamediv>
@@ -22,10 +22,12 @@
<literal>-1</literal> is returned. Note that <literal>-1</literal>
does not evaluate as &false; in PHP.
</para>
- <para>
- In PHP 5 <function>ip2long</function> returns <literal>FALSE</literal>
- when the <parameter>ip_address</parameter> is in valid.
- </para>
+ <note>
+ <para>
+ As of PHP 5.0.0 <function>ip2long</function> returns &false; when
+ <parameter>ip_address</parameter> is invalid.
+ </para>
+ </note>
<para>
<example>
<title><function>ip2long</function> Example</title>