mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
correcting function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118510 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1a5a2b694c
commit
da4e2976e4
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-mx">
|
||||
<refnamediv>
|
||||
<refname>dns_get_mx</refname>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>getmxrr</methodname>
|
||||
<type>int</type><methodname>dns_get_mx</methodname>
|
||||
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>mxhosts</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>&weight</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue