microtime
microtime — Return current Unix timestamp with microseconds.Description
microtime( bool $as_float = false ): string|floatmicrotime() returns the current Unix timestamp with microseconds. This function is only available on operating systems that support the gettimeofday() system call. For performance measurements, using hrtime() is recommended.
Parameters
as_float
If used and set to true, microtime() will return a float instead of a string, as described in the return values section below.
Return Values
By default, microtime() returns a string in the form "msec sec", where sec is the number of seconds since the Unix epoch (0:00:00 January 1,1970 GMT), and msec measures microseconds that have elapsed since sec and is also expressed in seconds.If as_float is set to true, then microtime() returns a float, which represents the current time in seconds since the Unix epoch accurate to the nearest microsecond.
More information about microtime on official PHP documentation site
microtime - Popular snippets
- PHP 8.2.13 / MySQL 5.7 microtime round explode end
last run:
2024-08-30 19:40:32
35
- PHP 7.4 / MySQL 5.7 is_null microtime
last run:
2023-01-14 22:02:45
26
- PHP 7.4 / MySQL 5.7 microtime round
last run:
2022-03-10 19:44:01
19
- PHP 8.1 / MySQL 5.7 explode end microtime number_format
last run:
2024-08-28 06:55:16
17
- PHP 8.1 / MySQL 5.7 print_r microtime time
last run:
2024-07-27 21:40:12
15
- PHP 8.1 / MySQL 5.7 print_r microtime
last run:
2024-07-27 21:38:28
15
- PHP 8.0 / MySQL 5.7 microtime var_dump
last run:
2021-04-16 14:45:43
15
- PHP 7.4 / MySQL 5.7 srand microtime rand
last run:
2022-11-30 22:41:40
14
- PHP 8.2.13 / MySQL 8.0 in_array print_r microtime
last run:
2024-03-30 16:28:44
12
- PHP 8.2.13 / MySQL 5.7 microtime
last run:
2024-06-14 18:40:38
11
microtime - New snippets
-
PHP 7.4 / MySQL 5.7 ini_set microtime range shuffle sort
added at:
2024-11-18 17:41:14
1
-
PHP 8.1 / MySQL 5.7 ini_set microtime range shuffle sort
added at:
2024-11-18 17:41:06
1
-
PHP 8.2.13 / MySQL 5.7 ini_set microtime range shuffle sort
added at:
2024-11-18 17:40:38
3
-
PHP 8.2.13 / MySQL 5.7 ini_set microtime range shuffle sort
added at:
2024-11-18 17:40:00
3
-
PHP 8.1 / MySQL 5.7 ini_set microtime range shuffle sort
added at:
2024-11-18 17:39:54
2
-
PHP 8.2.13 / MySQL 8.0 array_fill microtime implode trim memory_get_peak_usage array_merge memory_get_usage
added at:
2024-10-09 09:14:45
1
-
PHP 8.0 / MySQL 8.0 array_fill microtime array_merge memory_get_usage strlen
added at:
2024-10-09 09:03:53
1
-
PHP 8.0 / MySQL 8.0 array_fill microtime memory_get_usage strlen
added at:
2024-10-09 09:03:33
1
-
PHP 8.0 / MySQL 8.0 array_fill microtime memory_get_usage strlen trim
added at:
2024-10-09 09:03:06
1
-
PHP 8.0 / MySQL 8.0 array_fill microtime memory_get_usage strlen trim
added at:
2024-10-09 09:02:01
1