final class FileHandler implements FileHandler

Methods

static string
read(string $filename)

No description

static bool|int
write(string $filename, string $content)

No description

Details

at line 11
static string read(string $filename)

No description

Parameters

string $filename

Return Value

string

at line 17
static bool|int write(string $filename, string $content)

No description

Parameters

string $filename
string $content

Return Value

bool|int