FOSSology  4.4.0
Open Source License Compliance by Open Source Software
scheduler_status.php File Reference

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))
 

Detailed Description

Test scheduler connection and status.

Definition in file scheduler_status.php.

Variable Documentation

◆ else

if ( $result===false) else
Initial value:
{
echo "Connected to scheduler at '$address' on port '$port'...<br>"

Definition at line 32 of file scheduler_status.php.