ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
trait.ilBibliographicSecureString.php
Go to the documentation of this file.
1
<?php
21
trait
ilBibliographicSecureString
22
{
23
protected
function
secure(
string
$string) : string
24
{
25
return
htmlspecialchars(
26
strip_tags(
27
preg_replace(
'#\p{C}+#u'
,
''
, $string)
28
),
29
ENT_QUOTES,
30
'UTF-8'
,
31
false
32
);
33
}
34
}
ilBibliographicSecureString
Modules
Bibliographic
classes
trait.ilBibliographicSecureString.php
Generated on Wed Sep 3 2025 21:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)