Laravoole\Wrapper\WorkermanFastCGIWrapper::__construct PHP Method

__construct() public method

public __construct ( $host, $port )
    public function __construct($host, $port)
    {
        require dirname(COMPOSER_INSTALLED) . '/workerman/workerman/Autoloader.php';
        $this->server = new Worker("tcp://{$host}:{$port}");
    }
WorkermanFastCGIWrapper