略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Libevent

2024-04-26

Libevent

add a note add a note

User Contributed Notes 2 notes

up
4
amal dot samally at gmail dot com
6 years ago
Full libevent v.0.0.4 stubs with detailed PhpDocs (even for undocumented functions). Made it for PhpStorm (bundled now).

https://github.com/amal/php-stubs/blob/master/stubs/libevent.php
up
1
aco dot best at gmail dot com
8 years ago
There are undocumented functions:
event_timer_new() alias of event_new()
event_timer_set(event, callback, args)
event_timer_pending(event, timeout)
event_timer_add() alias of event_add()
event_timer_del() alias of event_del()

There are undocumented constants:
EVBUFFER_READ (1)
EVBUFFER_WRITE (2)
EVBUFFER_EOF (16)
EVBUFFER_ERROR (32)
EVBUFFER_TIMEOUT (64)
These flags - second argument in buffer's error-callback

官方地址:https://www.php.net/manual/en/book.libevent.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3