|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/net/Bs_NetUtil.class.php
BlueShoes Application Framework - net
Bs_NetUtil
Bs_Object | +-- Bs_NetUtil
This static class provides some useful net methods.
|
public class Bs_NetUtil extends Bs_Object
This static class provides some useful net methods.
no dependencies here.
| Authors | |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
Public Method Summary |
| void |
Bs_NetUtil()Warning: documentation is missing. |
|
|
|
Private Constant Summary |
| BS_NETUTIL_VERSION |
>>4.0.$x$<< |
Warning: documentation is missing. |
|
Public Method Details |
Bs_NetUtil |
|
public void Bs_NetUtil( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
|
Private Method Details |
checkDnsRr_winNT |
|
private void checkDnsRr_winNT( $host, string $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...)
|
| Parameter |
|
|
$host |
|
|
Warning: documentation is missing. |
|
|
| string |
$type |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
| Copyright |
matt@dataActive.co.uk 28/01/2001 http://www.zend.com/codex.php?id=370&single=1 |
|
getMxRr_winNT |
|
private bool getMxRr_winNT( $hostname, &$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...)
|
| Parameter |
|
|
$hostname |
|
|
Warning: documentation is missing. |
|
|
|
&$mxhosts |
|
|
Warning: documentation is missing. |
|
| Returns |
bool (true or false) and provides a list of MX hosts in order of preference. |
| Copyright |
matt@dataActive.co.uk 28/01/2001 http://www.zend.com/codex.php?id=370&single=1 |
|
|
Private Constant Details |
BS_NETUTIL_VERSION
define( BS_NETUTIL_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |