Interop\Async\Loop\Driver::getHandle PHP 메소드

getHandle() 추상적인 공개 메소드

Example: the uv_loop resource for libuv or the EvLoop object for libev or null for a native driver. Note: This function is *not* exposed in the Loop class. Users shall access it directly on the respective loop instance.
abstract public getHandle ( ) : null | object | resource
리턴 null | object | resource The loop handle the event loop operates on. `null` if there is none.
    public abstract function getHandle();