BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

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
Version4.0.$id$
Copyrightblueshoes.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 Method Summary

void

checkDnsRr_winNT( $host, string $type)

works just the same as the original checkdnsrr() from php which is broken on win.
bool

getMxRr_winNT( $hostname, &$mxhosts)

works as the original getmxrr() from php which is broken on win.

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




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta