Dutch PHP Conference 2025 - Call For Papers

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.

Параметри

class

Name of an SplFileInfo derived class to use.

Значення, що повертаються

An SplFileInfo object created for the file.

Журнал змін

Версія Опис
8.0.0 class is now nullable.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top