2024 年日本 PHP 研討會

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__construct建構新的 Executor

說明

public UI\Executor::__construct()
public UI\Executor::__construct(int $microseconds)
public UI\Executor::__construct(int $seconds, int $microseconds)

將會以給定的間隔建構一個執行器,直到進入主迴圈才會開始執行。

參數

秒數 (seconds)

執行間隔的秒數

微秒數 (microseconds)

執行間隔的微秒數

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top