php關於大文件的讀取

方法一:精確到文件的某一行php <?php function get_line($file,$line) { $fp = fopen($file,'r'); $i = 0; while(!feof($fp)) { $i++; $c = fgets($fp); if($i==$l
相關文章
相關標籤/搜索