time/getTime.php

6 lines
80 B
PHP
Raw Normal View History

2020-07-12 19:07:42 +02:00
<?php
header('Content-Type: text/plain');
echo round(microtime(true) * 1000);