$html = ob_get_contents(); ob_end_flush(); if (!is_dir(__DIR__.'/cache')) { mkdir(__DIR__.'/cache', 0755, true); } file_put_contents($cache_file, $html); ?>