Net_Portscan::checkPortRange()

Net_Portscan::checkPortRange() -- check for available services

Referentiesamenvatting

require_once 'Net/Portscan.php';

array Net_Portscan::checkPortRange (string $host, integer $minPort, integer $maxPort [, integer $timeout = 30])

Beschrijving

This function checks if there are services available at the specified ports on the specified machine.

Parameter

Return waarde

array - An associative array containing the scanning results for each port.

Note

Deze functie kan statisch worden aangeroepen.

Voorbeeld