1
2
3
<?php
$ret = ['serverTime' => time()];
echo json_encode($ret);