|
EventBase::getMethodReturns event method in use Description
public
string
EventBase::getMethod
( void
)
ParametersThis function has no 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
|