PHPExiftool\ExiftoolServer::cleanup PHP 메소드

cleanup() 개인적인 메소드

private cleanup ( )
    private function cleanup()
    {
        $this->stop();
        if (file_exists($this->pipefile) && is_writable($this->pipefile)) {
            unlink($this->pipefile);
            $this->pipefile = null;
        }
        $this->server = null;
    }