| 問題10-8 |
|---|
ファイルの読み込み時にエラーが発生したかどうかを判定したい場合、空欄①に当てはまる記述として最も適切なものを選択してください。(1つ選択)
$file = file_get_contents('error.txt');
if(①){
print "Could not read this file";
}
|
| 問題10-8 |
|---|
ファイルの読み込み時にエラーが発生したかどうかを判定したい場合、空欄①に当てはまる記述として最も適切なものを選択してください。(1つ選択)
$file = file_get_contents('error.txt');
if(①){
print "Could not read this file";
}
|