Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return current Unix timestamp with microseconds
<?php microtime(bool $as_float = false): string|float
<?php         $this->htmlDump = $htmlDump;

        $this->file = $file;

        $this->lineNumber = $lineNumber;

        $this->microtime = $microtime ?? microtime(true);

    }



    public function toArray(): array
<?php         $this->message = $message;

        $this->level = $level;

        $this->context = $context;

        $this->microtime = $microtime ?? microtime(true);

    }



    public static function fromMessageLoggedEvent(MessageLogged $event): self
<?php         $this->time = $time;

        $this->connectionName = $connectionName;

        $this->bindings = $bindings;

        $this->microtime = $microtime ?? microtime(true);

    }



    public function toArray(): array