Net_Ping::Net_Ping() | Net_Ping::setArgs() |
Net_Ping | |
PEAR Manual | |
require_once 'Net/Ping.php'; |
string
Net_Ping::ping (
string
host
)
Executes a ping command
string $host - the name of the server or the IP-adress
string - the return message of the ping command
This function can not be called statically.
Sending a ping request
|
Net_Ping::Net_Ping() | Net_Ping::setArgs() |
Net_Ping | |
PEAR Manual | |