Ev::supportedBackendsReturns the set of backends supported by current libev configuration. Description
final
public
static
void
Ev::supportedBackends
( void
)
Returns the set of backends supported by current libev configuration. ParametersThis function has no parameters. Return ValuesReturns a bit mask which can containing backend flags combined using bitwise OR operator. ExamplesExample #1 Embedding loop created with kqueue backend into the default loop
<?php See Also
|