Checks to see if a blob looks like a compressed file.
public isCompressed ( data $data ) : boolean | ||
$data | data | The blob data (or just the header). |
return | boolean | TRUE if the blob looks like a compressed file, FALSE otherwise. |
public isCompressed ( data $data ) : boolean | ||
$data | data | The blob data (or just the header). |
return | boolean | TRUE if the blob looks like a compressed file, FALSE otherwise. |