Thursday Mar 11

Archive for the ‘ Functions and Classes ’ Category

Jan
24/10
php_libxslt →

An alternative to the default PHP XSL transformation extension. Uses GNOME libxslt, and provides a very simple interface to XSLT string transformations.

Jan
24/10
miniXML →

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.

Jan
24/10
XMLize.php →

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

Jan
24/10
HTTP Navigator →

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.

Categories