Get Current Timestamp

Get the current Unix timestamp in milliseconds.

Code

General
(int)(microtime(true) * 1000);
Server

More PHP Snippets