update : 2015.11.03
php.shukuma.com검색:
|
Ev::embeddableBackends(PECL ev >= 0.2.0) Ev::embeddableBackends — Returns the set of backends that are embeddable in other event loops. 설명
final
public
static
void
Ev::embeddableBackends
( void
)
Returns the set of backends that are embeddable in other event loops. 인수이 함수는 인수가 없습니다. 반환값Returns a bit mask which can containing backend flags combined using bitwise OR operator. 예제Example #1 Embedding loop created with kqueue backend into the default loop
<?php 참고
|