setCacheDir($tmpPath); $favicon_path = $favicon_getter->get($website, \Favicon\FaviconDLType::DL_FILE_PATH); return ($favicon_path != false && @rename($tmpPath . $favicon_path, $dest)) || @copy($default_favicon, $dest); }