You appear to be a bot. Output may be restricted
Description
Usage
bw_nslookup( $domain );
Parameters
- $domain
- ( mixed ) required –
Returns
voidSource
File name: oik-batch/oik-site.phpLines:
1 to 5 of 5
function bw_nslookup( $domain ) { $rc = system( "nslookup" . $domain ); t( "rc from nslookup: ". $rc ); }View on GitHub