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);
495 $html_file = null; variable696 $html_file = fopen($argv[++$i], 'wt'); variable697 $html_output = is_resource($html_file);870 fclose($html_file);1014 fclose($html_file);2649 global $html_output, $html_file;2653 fwrite($html_file, "<table>\n");2661 global $html_output, $html_file;2664 fwrite($html_file, "</table>\n");2673 global $html_output, $html_file;[all …]
Completed in 18 milliseconds