array Sys_Ping (string $Host, integer $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