這個是讀取檔案的涵數,參考使用囉

 

function PHP_Read($file_name) {
  $fd = fopen($file_name, r);
  while ($bufline = fgets($fd, 4096)) {
    $buf. = $bufline;
  }
  fclose($fd);
  return $buf;
}

PHP研究工作室 發表在 痞客邦 留言(0) 人氣()

<?php
ob_start();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title></title>

 


</head>

PHP研究工作室 發表在 痞客邦 留言(0) 人氣()