Logentries\Socket::fsockopen PHP 메소드

fsockopen() 개인적인 메소드

private fsockopen ( )
    private function fsockopen()
    {
        return @fsockopen($this->url, $this->port, $this->errno, $this->errstr, $this->connectionTimeout);
    }