★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.getmxrr.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to ネットワーク
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
ネットワーク
* checkdnsrr
* closelog
* debugger_off
* debugger_on
* fsockopen
* gethostbyaddr
* gethostbyname
* gethostbynamel
* getmxrr
* getprotobyname
* getprotobynumber
* getservbyname
* getservbyport
* openlog
* pfsockopen
* socket_set_blocking
* syslog
* ip2long
* long2ip
Manual: getmxrr
View the source code for this pageSearch the site



Previous page
 gethostbynamel
 Updated
Mon, 14 Aug 2000
getprotobyname 
Next page


getmxrr

(PHP3 , PHP4 )

getmxrr --  指定したインターネットホスト名に対応するMXレコードを取得する

説明

int getmxrr (string hostname, array mxhosts [, array weight])

hostnameに対応するMXレコードをDNSから探します。 何かレコードが見つかった場合にtrueを返し、何も見つからないかエラーが 発生した場合にfalseを返します。

見つかったMXレコードのリストは、配列mxhosts に収容されます。配列weightが指定された場合、 得られた重み情報が代入されます。

checkdnsrr(), gethostbyname(), gethostbynamel(), gethostbyaddr()および named(8)マニュアルページも参考にしてください。


 About Notes


Previous page
 gethostbynamel
 Updated
Mon, 14 Aug 2000
getprotobyname 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.