boolean Sys_Ping (string $Host, int $Timeout)
Host | Hostname or IP address |
Timeout | Time in milliseconds |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends a ping to Host and waits Timeout milliseconds.
Sys_Ping("meinrechner", 1000); //Wait max. 1 second