Searched refs:html_file (Results 1 – 2 of 2) sorted by relevance
17 $html_file = fopen(realpath(dirname(__FILE__)) . '/html.raw', 'r');21 recode_file('html..utf8', $html_file, $utf_8_file);26 fclose($html_file);
476 $html_file = null; variable670 $html_file = fopen($argv[++$i], 'wt'); variable671 $html_output = is_resource($html_file);835 fclose($html_file);975 fclose($html_file);2564 global $html_output, $html_file;2568 fwrite($html_file, "<table>\n");2576 global $html_output, $html_file;2579 fwrite($html_file, "</table>\n");2588 global $html_output, $html_file;[all …]
Completed in 17 milliseconds