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 $mode
= "r"
,
bool $useIncludePath
= false
,
resource|null $context
= null
) :
SplFileObject
public setFileClass
(
string $class
= SplFileObject::class
) :
void
public setInfoClass
(
string $class
= SplFileInfo::class
) :
void
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.