update : 2015.11.03
php.shukuma.com검색:
|
Ev::supportedBackends(PECL ev >= 0.2.0) Ev::supportedBackends — Returns the set of backends supported by current libev configuration. 설명
final
public
static
void
Ev::supportedBackends
( void
)
Returns the set of backends supported by current libev configuration. 인수이 함수는 인수가 없습니다. 반환값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 참고
|