Class HTMLPurifier_PercentEncoder
Class that handles operations involving percent-encoding in URIs.
Warning:
Be careful when reusing instances of PercentEncoder. The object you use for
normalize() SHOULD NOT be used for encode(), or vice-versa.
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public
|
#
__construct( boolean $preserve = false )
String of characters that should be preserved while using encode(). |
public
string
|
|
public
string
|
protected
array
|
$preserve | array() |
#
Reserved characters to preserve when using encode(). |