= 5.1.2, PHP 7, PHP 8)SplFileInfo::getFileInfo — Gets an SplFileInfo object for the file說明public SplFileInfo::getFileI">

SplFileInfo::getFileInfo

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::getFileInfoGets an SplFileInfo object for the file

說明

public SplFileInfo::getFileInfo(?string $class = null): SplFileInfo

This method gets an SplFileInfo object for the referenced file.

參數(shù)

class

Name of an SplFileInfo derived class to use.

返回值

An SplFileInfo object created for the file.

更新日志

版本 說明
8.0.0 class is now nullable.

參見