The phdfs class
(phdfs >= 0.1.0)
类摘要
phdfs
{
public copy
(
string $source_file
,
string $destination_file
) :
bool
public delete
(
string $path
) :
bool
public exists
(
string $path
) :
bool
public read
(
string $path
[,
int $length
= 0
] ) :
string
public rename
(
string $old_path
,
string $new_path
) :
bool
public tell
(
string $path
[,
int $read_length
= 1024
] ) :
int
public write
(
string $path
,
string $buffer
[,
int $mode
= 0
] ) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.