3v4l.org

run code in 300+ PHP versions simultaneously
<?php // see https://github.com/eyecatchup/SEOstats/pull/42#issuecomment-29747931 if (!ini_get('date.timezone') && function_exists('date_default_timezone_set')) { date_default_timezone_set('UTC'); } function getMilliTime() { return round(microtime(true) * 1000); } echo getMilliTime();

preferences:
31.26 ms | 402 KiB | 5 Q