「PHP Programming/Files」の版間の差分

削除された内容 追加された内容
173 行
if(!$Handle) {
echo 'PHP does not have permission to read this file or the file
in question doesn\'t exist.';
} else {
$String = fread($Handle, 64);