這個是讀取檔案的涵數,參考使用囉
function PHP_Read($file_name) {
$fd = fopen($file_name, r);
while ($bufline = fgets($fd, 4096)) {
$buf. = $bufline;
}
fclose($fd);
return $buf;
}
這個是讀取檔案的涵數,參考使用囉
function PHP_Read($file_name) {
$fd = fopen($file_name, r);
while ($bufline = fgets($fd, 4096)) {
$buf. = $bufline;
}
fclose($fd);
return $buf;
}
<?php
ob_start();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title></title>
</head>