PHP代码在线运行


<?php date_default_timezone_set('Asia/Shanghai'); $time = microtime(true); $milliseconds = round($time * 1000); echo $milliseconds;