You are here

function microtime in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\microtime()
  2. 10 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\Datetime

Code

function microtime() {
  return 1234567.89;
}