The SplFileInfo class
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
简介
The SplFileInfo class offers a high-level object oriented interface to
information for an individual file.
类摘要
SplFileInfo
{
public openFile
(
string $open_mode = "r"
,
bool $use_include_path = false
,
resource $context = null
) :
SplFileObject
public setFileClass
(
string $class_name = "SplFileObject"
) :
void
public setInfoClass
(
string $class_name = "SplFileInfo"
) :
void
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.