php-uv icon indicating copy to clipboard operation
php-uv copied to clipboard

event_add, event_del equivalent in php-uv

Open jimthunderbird opened this issue 11 years ago • 1 comments

Hi, What will be the libevent's event_add, event_del equivalent functions in php-uv? Thanks. Best Regards, Jim

jimthunderbird avatar Sep 10 '12 18:09 jimthunderbird

Hi Jim,

you can use uv_timer_start and uv_timer_stop https://github.com/chobie/php-uv#void-uv_timer_startresource-timer-long-timeout-long-repeat-callable-callback

chobie avatar Sep 10 '12 23:09 chobie