void checkDnsRr_winNT(
mixed
$host, [mixed
$type = ''])
|
|
works just the same as the original checkdnsrr() from php which is broken on win.
at least winnt. it's documented really bad. php bug report: http://www.php.net/bugs.php?id=5311&edit=2 (known for 10 months now, not fixed!) dependencies: winNT not 95 or 98 - needs nslookup and must be able to do exec() (which is broken on misc windows systems also...)
Tags:
bool getMxRr_winNT(
mixed
$hostname, mixed
&$mxhosts)
|
|
works as the original getmxrr() from php which is broken on win.
at least winnt. it's documented really bad. php bug report: http://www.php.net/bugs.php?id=5311&edit=2 (known for 10 months now, not fixed!) dependencies: winNT not 95 or 98 - needs nslookup and must be able to do exec() (which is broken on misc windows systems also...)
Tags: