$tmp_file = $cache_file . ".tmp"; file_put_contents($tmp_file, $content); rename($tmp_file, $cache_file);