Methods summary
public
string
|
#
Escape( string $str, boolean $encoding = 'UTF-8', string $encoding,… )
Parameters
- $str
- $encoding
- $double
- $encoding,…
Returns
string
Inheritdocs
|
public
string
|
#
EscapeHtml( string $str, boolean $encoding = 'UTF-8', string $encoding,… )
Parameters
- $str
- $encoding
- $double
- $encoding,…
Returns
string
Inheritdocs
|
public
string
|
#
EscapeAttr( string $str, boolean $double = TRUE, string $encoding = 'UTF-8' )
Parameters
Returns
string
Inheritdocs
|
public
string
|
#
EscapeXml( string $str, string $encoding = 'UTF-8' )
Parameters
Returns
string
Inheritdocs
|
public
string
|
#
EscapeJs( string $str, integer $flags = 0, integer $depth = 512 )
Parameters
Returns
string
Inheritdocs
|
public
string
|
#
EscapeCss( string $str )
Parameters
Returns
string
See
http://www.w3.org/TR/2006/WD-CSS21-20060411/syndata.html#q6
Inheritdocs
|
public
string
|
#
EscapeICal( string $str )
Parameters
Returns
string
See
https://www.ietf.org/rfc/rfc5545.txt
Inheritdocs
|
protected
integer
|
#
escapeGetFlags( integer $flagsToAdd )
Complete flags for htmlspecialchars() by view type.
Complete flags for htmlspecialchars() by view type.
Parameters
Returns
integer
|