php-uv
php-uv copied to clipboard
event_add, event_del equivalent in php-uv
Hi, What will be the libevent's event_add, event_del equivalent functions in php-uv? Thanks. Best Regards, Jim
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