CakeFest 2024: The Official CakePHP Conference

EvWatcher::setCallback

(PECL ev >= 0.2.0)

EvWatcher::setCallbackSets new callback for the watcher

説明

public EvWatcher::setCallback( callable $callback ): void

Sets new callback for the watcher

パラメータ

callback

See Watcher callbacks .

戻り値

値を返しません。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top