CakeFest 2024: The Official CakePHP Conference

SplFileInfo::getFileInfo

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

SplFileInfo::getFileInfoGets an SplFileInfo object for the file

Descrizione

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

This method gets an SplFileInfo object for the referenced file.

Elenco dei parametri

class

Name of an SplFileInfo derived class to use.

Valori restituiti

An SplFileInfo object created for the file.

Log delle modifiche

Versione Descrizione
8.0.0 class is now nullable.

Vedere anche:

add a note

User Contributed Notes

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