mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Better description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110909 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e81f6ddf95
commit
388e27dc33
1 changed files with 3 additions and 3 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue