function microtime
Shadow microtime system call.
Return value
float
File
-
core/
tests/ Drupal/ Tests/ Component/ Datetime/ TimeTest.php, line 146
Namespace
Drupal\Tests\Component\DatetimeCode
function microtime(bool $as_float = FALSE) {
return 1234567.89;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.