SplFileInfo::__construct
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::__construct — 新しい SplFileInfo オブジェクトを作成する
説明
file_name で指定したファイル用の新しい SplFileInfo オブジェクトを作成します。 ファイルが存在する必要はなく、また読み込み可能である必要もありません。
パラメータ
filename
-
ファイルへのパス。
例
例1 SplFileInfo::__construct() の例
<?php
$info = new SplFileInfo('example.php');
if ($info->isFile()) {
echo $info->getRealPath();
}
?>
+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