ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
HTMLPurifier.func.php
Go to the documentation of this file.
1
<?php
2
16
function
HTMLPurifier
(
$html
,
$config
= null)
17
{
18
static
$purifier =
false
;
19
if
(!$purifier) {
20
$purifier =
new
HTMLPurifier
();
21
}
22
return
$purifier->purify(
$html
,
$config
);
23
}
24
25
// vim: et sw=4 sts=4
$config
$config
Definition:
flush-definition-cache.php:23
HTMLPurifier
HTMLPurifier($html, $config=null)
Purify HTML.
Definition:
HTMLPurifier.func.php:16
$html
$html
Definition:
example_001.php:87
libs
composer
vendor
ezyang
htmlpurifier
library
HTMLPurifier.func.php
Generated on Tue Jan 14 2025 19:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)