mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed typo: </parameters>, should have been </parameter>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105395 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e312f20472
commit
7d79ad8ab5
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.dns-get-record">
|
||||
<refnamediv>
|
||||
<refname>dns_get_record</refname>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</para>
|
||||
<simpara>
|
||||
The optional third and fourth arguments to this function,
|
||||
<parameter>authns</parameters> and <parameter>addtl</parameter>
|
||||
<parameter>authns</parameter> and <parameter>addtl</parameter>
|
||||
are passed by reference and, if given, will be populated with
|
||||
Resource Records for the <emphasis>Authoritative Name Servers</emphasis>,
|
||||
and any <emphasis>Additional Records</emphasis> respectively.
|
||||
|
|
Loading…
Reference in a new issue