-
This class can be used to sort arrays with text encoded using Unicode. It can take an array of string and sort it considering that the characters are encoding using UTF-8. The class can either sort regular arrays of strings or associative arrays on which the array keys may be also associative. Requirements: PHP 5.0 or Higher
-
Associative Quick Sort is designed to be the solution for how to make an associative quick sort in php.
-
Multiple functions to manipulate and generate arrays are included in ubarray. Key Features of ubarray:- Generate an array with values made of keys and values of an associative array separated by colons- Generate an associative array parsing values of another array that have the array keys and values separated by colons- Verify whether a value is an array and return ...
-
Array To takes an associative array and generates an CSV file from the values in the array. It can also generate files with other configurable separators besides commas. A string representing a valid definition of the array structure can also be returned. Requirements: PHP 5 or higher
-
Filter Array into Categorized format traverses an array with associative array search for entries with a given key string. A new array with associative array entries, grouped by the same key string value, is built. Requirements: PHP 5.0 or higher
-
The links are defined from an associative array that specify the URL of the links with the data that is displayed for the link. HTML List has variables to configure values of the presentation details of the list and the links such as: the list type, the font name, link text foreground and background color. HTML lists can be built ...
-
ndArray is a script used for storing and retrieving associative arrays. Once an array is stored, only one value of the desired array is required to retrieve the original values that were stored.
-
All general elements of a form can be generated in jForm. Form elements are generated using mostly just associative arrays.
-
Bitmasks that are longer than 32 bits can be manipulated and the GMP PHP extension is not required for arbitrary bit length support. This absence of limits may encourage the storage of more complex data than merely true or false lists for those that are creative enough to figure it out.Although PHP programmers commonly rely on databases to do much ...
-
XML to Sensible Array takes a XML document string and parses it to build an array with the document structure.A nested associative array with details of each document node, such as the tag names, attributes and contained data, is returned.Requirements:PHP 4.0 or higher
-
The @ character precedes the placeholder marks.Parse HTML Template replaces placeholder marks by template parameter values passed as an associative array.Requirements: PHP 5.0 or higher
-
Sessions can be started and session values can be set with data from associative arrays.Key Features of PHP Session:- Destroy sessions and redirect users to other pages- Store and retrieve persistent session data from XML filesRequirements: PHP 5.0 or higher
-
XmlArray can parse a XML documents and build a nested associative array that associates XML document tags to tags and data contained.XmlArray can also take an associative array and generate an XML document from the definitions of tags and data in it.Requirements: PHP 5.0 or higher
-
Simple RSS Feed Creator takes a nested associative array that describes all the details of the feed channel like the title, description, URL, and the feed items. Then it generates the whole feed XML at once.After passing the initial feed channel definition, the feed items can be added dynamically.
-
A nested associative array can be traversed and an XML document can be generated. The array entry indexes are used to define the XML tag names. The array entry values are used to define the XML tag data.Requirements:PHP 3.0 or higher

