array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'splfileinfo.getfileinfo.php', 1 => 'SplFileInfo::getFileInfo', 2 => 'Gets an SplFileInfo object for the file', ), 'up' => array ( 0 => 'class.splfileinfo.php', 1 => 'SplFileInfo', ), 'prev' => array ( 0 => 'splfileinfo.getextension.php', 1 => 'SplFileInfo::getExtension', ), 'next' => array ( 0 => 'splfileinfo.getfilename.php', 1 => 'SplFileInfo::getFilename', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/splfileinfo/getfileinfo.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::getFileInfo — Gets an SplFileInfo object for the file
This method gets an SplFileInfo object for the referenced file.
An SplFileInfo object created for the file.
版本 | 说明 |
---|---|
8.0.0 |
class is now nullable.
|