SplFileInfo::getFileInfo

(PHP 5 >= 5.1.2)

SplFileInfo::getFileInfoGets an SplFileInfo object for the file

Опис

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

This method gets an SplFileInfo object for the referenced file.

Параметри

class_name

Name of an SplFileInfo derived class to use.

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

An SplFileInfo object created for the file.

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

add a note add a note

User Contributed Notes

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