Php/docs/ui-executor.construct

提供:Dev Guides
< Php
移動先:案内検索

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructConstruct a new Executor


説明

public UI\Executor::__construct ( )

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

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

Shall construct an executor with the given interval, will not start executing until main loop is entered


パラメータ

seconds
Seconds between executions
microseconds
Microseconds between executions