$type
$type
Abstract class representing Definition cache managers that implements useful common methods and is a factory.
_write(string $file, string $data, \HTMLPurifier_Config $config) : int|bool
Convenience wrapper function for file_put_contents
string | $file | File name to write to |
string | $data | Data to write into file |
\HTMLPurifier_Config | $config |
Number of bytes written if success, or false if failure.