П О Р Т А Л                            
С Е Т Е В Ы Х                          
П Р О Е К Т О В                        
  
Поиск по сайту:
                                                 
Главная

О проекте

Web-мастеру
     HTML & JavaScript
     SSI
     Perl
     PHP
     XML & XSLT
     Unix Shell

MySQL

Безопасность

Хостинг

Другое








Самое читаемое:

Учебник PHP - "Для Чайника".
Просмотров 6339 раз(а).

Иллюстрированный самоучитель по созданию сайтов.
Просмотров 8458 раз(а).

Учебник HTML.
Просмотров 5073 раз(а).

Руководство по PHP5.
Просмотров 2224 раз(а).

Хостинг через призму DNS.
Просмотров 7344 раз(а).

Подборка текстов стандартных документов.
Просмотров 66 раз(а).

Учебник PHP - Самоучитель
Просмотров 5362 раз(а).

Документация на MySQL (учебник & справочное руководство)
Просмотров 11541 раз(а).

Внешние атаки...
Просмотров 7783 раз(а).

Учебник PHP.
Просмотров 4470 раз(а).

SSI в примерах.
Просмотров 1339 раз(а).



 
 
| Добавить в избранное | Сделать стартовой | Помощь





Руководство по PHP
Пред. След.

getmxrr

(PHP 3, PHP 4, PHP 5)

getmxrr --  Get MX records corresponding to a given Internet host name

Description

bool getmxrr ( string hostname, array &mxhosts [, array &weight] )

Searches DNS for MX records corresponding to hostname. Returns TRUE if any records are found; returns FALSE if no records were found or if an error occurred.

A list of the MX records found is placed into the array mxhosts. If the weight array is given, it will be filled with the weight information gathered.

Замечание: This function should not be used for the purposes of address verification. Only the mailexchangers found in DNS are returned, however, according to RFC 2821 when no mail exchangers are listed, hostname itself should be used as the only mail exchanger with a priority of 0.

Замечание: This function is not implemented on Windows platforms. Try the PEAR class Net_DNS.

See also checkdnsrr(), dns_get_record(), gethostbyname(), gethostbynamel(), gethostbyaddr(), and the named(8) manual page.



Если Вы не нашли что искали, то рекомендую воспользоваться поиском по сайту:
 





Copyright © 2005-2016 Project.Net.Ru