nicos Tue Jan 7 17:42:28 2003 EDT
Modified files:
/phpdoc/en/reference/network/functions gethostbyaddr.xml
gethostbyname.xml
Log:
applying sander's fix
Index: phpdoc/en/reference/network/functions/gethostbyaddr.xml
diff -u phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.2
phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.3
--- phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.2 Wed Apr 17 02:42:03
2002
+++ phpdoc/en/reference/network/functions/gethostbyaddr.xml Tue Jan 7 17:42:28
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.gethostbyaddr">
<refnamediv>
@@ -16,8 +16,8 @@
</methodsynopsis>
<para>
Returns the host name of the Internet host specified by
- <parameter>ip_address</parameter>. If an error occurs, returns
- <parameter>ip_address</parameter>.
+ <parameter>ip_address</parameter> or a string containing the unmodified
+ <parameter>ip_address</parameter> on failure.
</para>
<para>
See also <function>gethostbyname</function>.
Index: phpdoc/en/reference/network/functions/gethostbyname.xml
diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.4
phpdoc/en/reference/network/functions/gethostbyname.xml:1.5
--- phpdoc/en/reference/network/functions/gethostbyname.xml:1.4 Tue Jan 7 10:21:27
2003
+++ phpdoc/en/reference/network/functions/gethostbyname.xml Tue Jan 7 17:42:28
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.gethostbyname">
<refnamediv>
@@ -16,8 +16,8 @@
</methodsynopsis>
<para>
Returns the IP address of the Internet host specified by
- <parameter>hostname</parameter>. If an error occurs,
- <function>gethostbyname</function> returns <parameter>hostname</parameter>.
+ <parameter>hostname</parameter> or a string containing the unmodified
+ <parameter>hostname</parameter> on failure.
</para>
<para>
See also <function>gethostbyaddr</function>.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php