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