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:
Damien Seguy 2003-02-28 23:52:53 +00:00
parent 1a5a2b694c
commit da4e2976e4

View file

@ -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>&amp;weight</parameter></methodparam>