20/04
2016
Provides extended escaping funtionality to prevent XSS attacks.
Escaper Class to prevent XSS attacks, (*2)
https://wiki.php.net/rfc/escaper
https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet
, (*3)
http://php.net/manual/en/function.preg-replace-callback.php
http://php.net/manual/en/function.rawurlencode.php
http://php.net/manual/en/regexp.reference.escape.php
http://php.net/manual/en/function.htmlspecialchars.php
, (*4)
https://docs.phalconphp.com/en/latest/api/Phalcon_Escaper.html
https://docs.phalconphp.com/en/latest/reference/escaper.html#escaping-html
, (*5)