mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed prototype line. When 3rd parameter specified, fourth becomes required.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105434 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0bda9ee3bc
commit
6144bb0cc7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.dns-get-record">
|
||||
<refnamediv>
|
||||
<refname>dns_get_record</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>&authns</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>&addtl</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>&addtl</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<note>
|
||||
This function is not implemented on Windows platforms.
|
||||
|
|
Loading…
Reference in a new issue