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