Minify HTML of output
Usage
// basic usage
$bool = $proCacheMinify->minifyHtml(string $out);
// usage with all arguments
$bool = $proCacheMinify->minifyHtml(string $out, array $options = [], bool $debug = false);
Arguments
Name | Type(s) | Description |
---|---|---|
out | string | |
options (optional) | array | |
debug (optional) | bool |
Return value
bool
ProCacheMinify methods and properties
API reference based on ProcessWire core version 3.0.236