getTimeStart()

/**
 * This method is used to get the time start of the promise.
 */
public function getTimeStart(): float;

This method will return the real-time calculated by the microtime(true) function when that promise is initialized.

Last updated