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);
508 $html_file = null; variable702 $html_file = fopen($argv[++$i], 'wt'); variable703 $html_output = is_resource($html_file);867 fclose($html_file);1005 fclose($html_file);2586 global $html_output, $html_file;2590 fwrite($html_file, "<table>\n");2598 global $html_output, $html_file;2601 fwrite($html_file, "</table>\n");2610 global $html_output, $html_file;[all …]
Completed in 10 milliseconds