HTMLPurifier.func.php
Tags
Table of Contents
Functions
- HTMLPurifier() : string
- Purify HTML.
Functions
HTMLPurifier()
Purify HTML.
HTMLPurifier(string $html[, mixed $config = null ]) : string
Parameters
- $html : string
-
String HTML to purify
- $config : mixed = null
-
Configuration to use, can be any value accepted by HTMLPurifier_Config::create()