PHP 8.3.4 Released!

SplFileInfo::getFileInfo

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

SplFileInfo::getFileInfoGets an SplFileInfo object for the file

Açıklama

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

This method gets an SplFileInfo object for the referenced file.

Bağımsız Değişkenler

class

Name of an SplFileInfo derived class to use.

Dönen Değerler

An SplFileInfo object created for the file.

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 class is now nullable.

Ayrıca Bakınız

add a note

User Contributed Notes

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