Better description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110909 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nicolas Chaillan 2003-01-07 15:21:27 +00:00
parent e81f6ddf95
commit 388e27dc33

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- 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> or <parameter>hostname</parameter>
on failure.
<parameter>hostname</parameter>. If an error occurs,
<function>gethostbyname</function> returns <parameter>hostname</parameter>.
</para>
<para>
See also <function>gethostbyaddr</function>.