SplFileInfo::isLink
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::isLink — ファイルがリンクであるかどうかを調べる
パラメータ
この関数にはパラメータはありません。
例
例1 SplFileInfo::isLink() の例
<?php
$info = new SplFileInfo('/path/to/symlink');
if ($info->isLink()) {
echo 'The real path is '.$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