time/public/getTime.php

6 lines
80 B
PHP

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