6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
|
|
header('Content-Type: text/plain');
|
|
|
|
echo round(microtime(true) * 1000);
|