PHP 8.4.6 Released!

EvWatcher::setCallback

(PECL ev >= 0.2.0)

EvWatcher::setCallbackSets new callback for the watcher

Description

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

Sets new callback for the watcher

Parameters

callback

See Watcher callbacks.

Return Values

No value is returned.

User Contributed Notes

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