SplFileInfo::getFileInfo
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
Gets an SplFileInfo object for the file
Description
SplFileInfo::getFileInfo(string|null $class = null): SplFileInfo
This method gets an SplFileInfo object for the referenced file.
Parameters
className of an
SplFileInfoderived class to use.
Return Values
An SplFileInfo object created for the file.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | class is now nullable. |
See Also
SplFileInfo::setInfoClass