FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Test scheduler connection and status. More...
Go to the source code of this file.
Variables | |
$address = '127.0.0.1' | |
$port = 5555 | |
if(($sock=socket_create(AF_INET, SOCK_STREAM, SOL_TCP))===false) | $result = socket_connect($sock, $address, $port) |
if($result===false) | else |
$msg = "status" | |
while ($buf=socket_read($sock, 2048, PHP_NORMAL_READ)) | |
Test scheduler connection and status.
Definition in file scheduler_status.php.
if ($result===false) else |
Definition at line 28 of file scheduler_status.php.