|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-10-15 16:19 UTC] chrisstocktonaz at gmail dot com
[2009-10-19 10:31 UTC] jani@php.net
[2009-10-27 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 19:00:01 2025 UTC |
Description: ------------ The getmxrr() function doesn't exist. Reproduce code: --------------- getmxrr("hotmail.com",$mxhost); print_r($mxhost); Expected result: ---------------- Array ( [0] => mx2.hotmail.com [1] => mx3.hotmail.com [2] => mx4.hotmail.com [3] => mx1.hotmail.com ) Actual result: -------------- Fatal error: Call to undefined function getmxrr() in /home/user/file.php on line 1