kses [line 38]
void kses(
mixed $string, mixed $allowed_html, [mixed $allowed_protocols = array('http', 'https', 'ftp', 'news', 'nntp', 'telnet',
'gopher', 'mailto')]
)
|
|
kses does input filtering.
kses_array_lc [line 427]
void kses_array_lc(
mixed $inarray
)
|
|
kses_attr [line 126]
void kses_attr(
mixed $element, mixed $attr, mixed $allowed_html, mixed $allowed_protocols
)
|
|
kses_bad_protocol [line 382]
void kses_bad_protocol(
mixed $string, mixed $allowed_protocols
)
|
|
kses_bad_protocol_once [line 471]
void kses_bad_protocol_once(
mixed $string, mixed $allowed_protocols
)
|
|
kses_bad_protocol_once2 [line 484]
void kses_bad_protocol_once2(
mixed $string, mixed $allowed_protocols
)
|
|
kses_check_attr_val [line 316]
void kses_check_attr_val(
mixed $value, mixed $vless, mixed $checkname, mixed $checkvalue
)
|
|
kses_decode_entities [line 545]
void kses_decode_entities(
mixed $string
)
|
|
kses_hair [line 191]
void kses_hair(
mixed $attr, mixed $allowed_protocols
)
|
|
kses_hook [line 57]
void kses_hook(
mixed $string
)
|
|
kses_html_error [line 460]
void kses_html_error(
mixed $string
)
|
|
kses_js_entities [line 450]
void kses_js_entities(
mixed $string
)
|
|
kses_normalize_entities [line 512]
void kses_normalize_entities(
mixed $string
)
|
|
kses_normalize_entities2 [line 535]
void kses_normalize_entities2(
mixed $i
)
|
|
kses_no_null [line 404]
void kses_no_null(
mixed $string
)
|
|
kses_split [line 75]
void kses_split(
mixed $string, mixed $allowed_html, mixed $allowed_protocols
)
|
|
kses_split2 [line 91]
void kses_split2(
mixed $string, mixed $allowed_html, mixed $allowed_protocols
)
|
|
kses_stripslashes [line 416]
void kses_stripslashes(
mixed $string
)
|
|