ProCacheHtaccess::htaccess method   
Remove ProCache .htaccess rules from given fileContents and return it
Usage
// basic usage
$string = $procache->htaccess->removeHtaccessRules(string $fileContents);
// usage with all arguments
$string = $procache->htaccess->removeHtaccessRules(string $fileContents, array $options = []);Arguments
| Name | Type(s) | Description | 
|---|---|---|
| $fileContents | string | |
| $options(optional) | array | 
 | 
Return value
string
$procache->htaccess methods and properties
API reference based on ProcessWire core version 3.0.252