Procedural File: kses.class.php
Source Location: /system/classes/kses.class.php
Classes:
kses4
Kses strips evil scripts!
Page Details:
Class file for PHP4 OOP version of kses
This is an updated version of kses to work with PHP4 that works under E_STRICT. This upgrade provides the following: - Version number synced to procedural version number
- PHPdoc style documentation has been added to the class. See http://www.phpdoc.org/ for more info.
- Some methods are now deprecated due to nomenclature style change. See method documentation for specifics.
- Kses4 now works in E_STRICT
- Addition of methods AddProtocols(), filterKsestextHook(), RemoveProtocol() and RemoveProtocols()
- Deprecated _hook(), Protocols()
- Integrated code from kses 0.2.2 into class.
- Added methods DumpProtocols(), DumpMethods()
KSES_CLASS_PHP4 [line 52]
|