Classes summary
| Charset |
Base class for common charset operations.
|
| Color |
Class representing a RGB color. |
| Css |
Class for working with CSS stylesheets. |
| ErrorHandler |
Error and exception handler. |
| ErrorMail |
Class for sending error emails (can be used in register_shutdown_function, etc.) |
| FirePhp |
Class for sending information to FirePHP. |
| Html |
Functions for HTML processing. |
| HtmlTag |
Class for generating (x)HTML source code. Allows creating HTML tags and its
attributes. |
| SpamFilter |
Walks through the given text and computes individual words counts. If more than
3/4 words repeat the text is considered to be spam. |
| String |
Base class for common string operations. |
| Timer |
Timer for debugging purposes. Allows measuring multiple events simultaneously. |
| XmlReader |
XMLReader child class (available since PHP 5.1). |