$tag_counts
$tag_counts :
A PHP HTML filtering library
lib_filter.php,v 1.15 2006/09/28 22:44:31 cal
http://iamcal.com/publish/articles/php/processing_html/ http://iamcal.com/publish/articles/php/processing_html_part_2/
By Cal Henderson cal@iamcal.com
This code is licensed under a Creative Commons Attribution-ShareAlike 2.5 License http://creativecommons.org/licenses/by-sa/2.5/
Thanks to Jang Kim for adding support for single quoted attributes.
TODO: Add HTML check from: http://simonwillison.net/2003/Feb/23/safeHtmlChecker/
$allow_numbered_entities : integer
Allows decimal entities.
An entity has to decimal format  
.
For example, the entity @
is the code>@</code character.
$allow_hexadecimal_entities : integer
Allows hexadecimal entities.
An entity has to decimal format  
.
For example, the entity @
is the code>@</code character.