AsyncMysqlResult::startTime
The start time for the specific MySQL operation, in seconds since epoch
abstract public function startTime(): float;
Returns
float
- the start time asfloat
seconds since epoch.
Examples
AsyncMysqlResult is abstract. See specific, concrete classes for examples of AsyncMysqlResult::startTime
(e.g., AsyncMysqlConnectResult, AsyncMysqlErrorResult)