SplFileInfo::isReadable
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::isReadable — ファイルが読み込み可能か調べる
パラメータ
この関数にはパラメータはありません。
例
例1 SplFileInfo::isReadable() の例
<?php
$info = new SplFileInfo('readable.jpg');
if ($info->isReadable()) {
echo $info->getFilename() . ' is readable';
}
?>
上の例の出力は、 たとえば以下のようになります。
readable.jpg is readable
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google