(time() - 10)) { $nopid[] = $opid[1].":#:".$opid[3]; } else { $nopid = false; } } // If we have forward the new window array if (is_array($nopid)) { echo 'retry: 5000\n' . PHP_EOL; echo 'data: '.json_encode(array("startcalling" => true, "win" => $nopid))."\n\n"; } else { // Nothing to do, keep idle. echo 'retry: 5000\n' . PHP_EOL; echo 'data: '.json_encode(array("startcalling" => false))."\n\n"; } } else { // Nothing to do, keep idle. echo 'retry: 5000\n' . PHP_EOL; echo 'data: '.json_encode(array("startcalling" => false))."\n\n"; } }