mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed PHP bug #51906, dns_get_record() returns false on failure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299837 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
269d3fcf8e
commit
fd8b4486ea
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
This function returns an array of associative arrays. Each associative array contains
|
||||
This function returns an array of associative arrays,
|
||||
&return.falseforfailture;. Each associative array contains
|
||||
<emphasis>at minimum</emphasis> the following keys:
|
||||
<table>
|
||||
<title>Basic DNS attributes</title>
|
||||
|
|
Loading…
Reference in a new issue