Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 29, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/655c19718e3c2d0569f8e383ea4698b8 to your computer and use it in GitHub Desktop.
Save parzibyte/655c19718e3c2d0569f8e383ea4698b8 to your computer and use it in GitHub Desktop.
<?php
$milisegundos = round(microtime(true) * 1000);
echo $milisegundos;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment