\framework\src\cmdhtml

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
_decode_()
_encode_()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

_decode_()

_decode_(mixed  $data = NULL, boolean  $is_htmlentities = false) : mixed

将特殊的 HTML 实体转换回普通字符

Parameters

mixed $data
boolean $is_htmlentities

是否是所有html编码转义

Returns

mixed

_encode_()

_encode_(mixed  $data = NULL, boolean  $is_htmlentities = false) : mixed

将特殊字符转换为HTML实体

Parameters

mixed $data
boolean $is_htmlentities

是否是所有html编码转义

Returns

mixed