Phastlight\Module\NET\Main::connect PHP Method

connect() public method

public connect ( $options, $connectionListener = '' )
    public function connect($options, $connectionListener = '')
    {
        return $this->createTCPConnection($options, $connectionListener);
    }