function microtime
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\microtime()
- 10 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\microtime()
- 11.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\microtime()
Shadow microtime system call.
@returns float
File
-
core/
tests/ Drupal/ Tests/ Component/ Datetime/ TimeTest.php, line 142
Namespace
Drupal\Tests\Component\DatetimeCode
function microtime() {
return 1234567.89;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.