|
EventBase::getMethodReturns event method in use Description
public
string
EventBase::getMethod
([
EventConfig
$cfg
] )
Parameters
Return ValuesString representing used event method(backend). ExamplesExample #1 EventBase::getMethod example
<?php The above example will output something similar to: `select' method avoided Event method used: epoll See Also
|