Logentries\Socket::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $url, $port )
    public function __construct($url, $port)
    {
        $this->url = $url;
        $this->port = $port;
        $this->connectionTimeout = (double) ini_get('default_socket_timeout');
    }