update : 2015.11.03
php.shukuma.com검색:
|
EventConfig::avoidMethod(PECL event >= 1.2.6-beta) EventConfig::avoidMethod — Tells libevent to avoid specific event method 설명
public
bool
EventConfig::avoidMethod
(
int
$method
)Tells libevent to avoid specific event method(backend). See » Creating an event base . 인수
반환값
Returns 예제Example #1 EventConfig::avoidMethod() example
<?php 참고
|