function Time::getCurrentMicroTime

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Datetime/Time.php \Drupal\Component\Datetime\Time::getCurrentMicroTime()

File

core/lib/Drupal/Component/Datetime/Time.php, line 65

Class

Time
Provides a class for obtaining system time.

Namespace

Drupal\Component\Datetime

Code

public function getCurrentMicroTime() {
  return microtime(TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.