« Back to Product

Documentation

Sys_Ping

 boolean Sys_Ping (string $Host, int $Timeout) 

Parameters

Host

Hostname or IP address

Timeout

Time in milliseconds

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends a ping to Host and waits Timeout milliseconds.

Example

Sys_Ping("meinrechner", 1000); //Wait max. 1 second
Any questions?