v1.0.0
English

Escaper.php

system/ThirdParty/Escaper/Escaper.php
1 class 14 methods 17 fn

class Escaper

Context specific methods for use in secure output escaping
__construct (?string $encoding = null) public
getEncoding () public
escapeHtml (string $string) public
escapeHtmlAttr (string $string) public
escapeJs (string $string) public
escapeUrl (string $string) public
escapeCss (string $string) public
htmlAttrMatcher ($matches) protected
jsMatcher ($matches) protected
cssMatcher ($matches) protected
toUtf8 ($string) protected
fromUtf8 ($string) protected
isUtf8 ($string) protected
convertEncoding ($string, $to, $from) protected
assert (?string $encoding = null) function
bin2hex (?string $encoding = null) function
ctype_digit (?string $encoding = null) function
hexdec (?string $encoding = null) function
htmlspecialchars (?string $encoding = null) function
in_array (?string $encoding = null) function
is_string (?string $encoding = null) function
mb_convert_encoding (?string $encoding = null) function
ord (?string $encoding = null) function
preg_match (?string $encoding = null) function
preg_replace_callback (?string $encoding = null) function
rawurlencode (?string $encoding = null) function
sprintf (?string $encoding = null) function
strlen (?string $encoding = null) function
strtolower (?string $encoding = null) function
strtoupper (?string $encoding = null) function
substr (?string $encoding = null) function
phpDG v1.0.0 Escaper.php 662 files 498 classes 763 fn
Generated