interface CompressInterface

Interface CompressInterface.

Methods

string|null
compress(string|null $filename, string|null $content)

Compress File.

Details

at line 26
string|null compress(string|null $filename, string|null $content)

Compress File.

Parameters

string|null $filename
string|null $content

Return Value

string|null