Phalcon\Logger\Adapter\Udplogger::close PHP 메소드

close() 공개 메소드

public close ( ) : boolean
리턴 boolean
    public function close()
    {
        if ($this->socket !== null) {
            socket_close($this->socket);
        }
        return true;
    }