SplFileInfo::getFileInfo

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getFileInfoGets an SplFileInfo object for the file

Descrierea

public SplFileInfo::getFileInfo ([ string $class_name ] ) : SplFileInfo

This method gets an SplFileInfo object for the referenced file.

Parametri

class_name

Name of an SplFileInfo derived class to use.

Valorile întoarse

An SplFileInfo object created for the file.

A se vedea și

add a note add a note

User Contributed Notes

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