Archive for the ‘ Functions and Classes ’ Category
24/10
An alternative to the default PHP XSL transformation extension. Uses GNOME libxslt, and provides a very simple interface to XSLT string transformations.
24/10
A set of classes and modules to access XML data and create valid XML output with a tree-based hierarchy of elements. It provides an object-oriented interface for manipulating XML documents and their elements.
24/10
xmlize() is a function written in PHP to traverse an xml file and put it’s contents into a PHP array. It works best with small xml files, as big ones (larger than 1 megabyte) will result in a large array, too. There is a function called traverse_xmlize() that helps describe the structure of the array that xmlize() outputs
24/10
A set of classes for sending and receiving HTTP messages. It’s based on Perl’s LWP. It is not as feature rich or stable as LWP and only supports HTTP scheme.
