mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
ea02707d19
commit
ada68305f0
1 changed files with 4 additions and 3 deletions
|
@ -198,9 +198,10 @@ if (!empty($codeToExec->test)) {
|
||||||
$microtime = microtime(true);
|
$microtime = microtime(true);
|
||||||
echo json_encode([
|
echo json_encode([
|
||||||
'error' => false,
|
'error' => false,
|
||||||
'msg' => number_format($microtime - $codeToExec->microtime, 4).' seconds to respond',
|
'message' => sprintf('Remote FFmpeg responded successfully in %.4f seconds.', $microtime - $codeToExec->microtime),
|
||||||
'microtime1' => $codeToExec->microtime,
|
'request_start_time' => $codeToExec->microtime,
|
||||||
'microtime2' => $microtime,
|
'response_end_time' => $microtime,
|
||||||
|
'elapsed_time' => number_format($microtime - $codeToExec->microtime, 4),
|
||||||
]);
|
]);
|
||||||
exit;
|
exit;
|
||||||
} else if (!empty($codeToExec->log)) {
|
} else if (!empty($codeToExec->log)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue