time/getTime.php
2020-07-12 19:41:02 +02:00

6 lines
80 B
PHP

<?php
header('Content-Type: text/plain');
echo round(microtime(true) * 1000);