Net_Portscan::getPort()

Net_Portscan::getPort() -- port number of a service

Synopsis

require_once 'Net/Portscan.php';

integer Net_Portscan::getPort (string $service [, string $protocol = 'tcp'])

Beschreibung

This function returns the port which corresponds to service for the specified protocol as per /etc/services.

Parameter

Rückgabewert

integer - port number of the service

Hinweise

Diese Methode kann statisch aufgerufen werden.

The port number is retrieved from the machine where Net_Portscan is executed, not from the remote host, which you possibly used in Net_Portscan::checkPort().