interface FileHandler

Methods

static string
read(string $filename)

No description

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

No description

Details

at line 9
static string read(string $filename)

No description

Parameters

string $filename

Return Value

string

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

No description

Parameters

string $filename
string $content

Return Value

bool|int