PHP Data Type
Modeling and manipulating data types-
Stack.PHP is a PHP wrapper for the Stack Exchange API and it is an aggregate of various Q&A sites. It allows retrieving various data from all those sites, through the Stack Exchange API, meanwhile, providing essential services such as caching, request throttling and pagination. Some cool examples are included with the download package. Requirements:- PHP 5.3 or Higher What's New ...
-
php-utf8 is a library provides UTF-8 support in PHP. It allows UTF-8 support in functions, mirroring PHP's own string functions. The library is only recommended for advanced PHP programmers and currently used in FluxBB, a lightweight forum application.
-
This PHP sript can be used to convert numbers between numeric bases. It can take a number represented in a numeric base and convert it to the representation in a different base.Handles numeric bases between 2 and 72.Requirements:- PHP 5.0 or Higher
-
This is a PHP script to encode / decode Ebay Turbolister options data.It parses Ebay Turbolister options data as a string in XML format and encodes that data with base 64 algorithm computing the checksum before sending them to eBay servers.It can also decode the previously encoded data using an analogue method as the one used for encoding.Requirements:- PHP 5.0 ...
-
This PHP script can query information in arrays using LINQ (language-integrated query) language. It can traverse arrays and perform several types of operations defined programmatically.Currently it can match array elements that satisfy a given condition, skip a given number of elements, get a given number of the first elements, compute the maximum, minumum and average of element values, sort elements,append ...
-
This PHP script is created to sort multidimensional arrays. It can take multidimensional array and sorts or an array of objects and sorts it by the value of a given array entry or object variable.The sorting entry name may include one more entry names, one per each dimension, the sorting order may be configured also to be ascending or descending.Requirements:- ...
-
This PHP script transforms flat arrays into multidimensional arrays. It can recursively traverses bidimensional arrays of associative arrays and look at each entry for the a given indexes that contains the parent and child entry identifiers.Nested arrays can be built based on parent-child relationships.Requirements:- PHP 5.0 or Higher
-
This script can be used to count array values by given the entried names. It traverses a given array of associative array values and group all entries that have the same value of a given entry.Array Treatment can return an associative array with the key entries which is defined by one given entry, summing all values of another given entries.Requirements:- ...
-
This PHP script can be used to manipulate sets of bit values.It can set, clear, toggle and check the boolean values of individual bits of a set of bits of a given length.Requirements:- PHP 5.0 or Higher
-
crXML is a PHP script can be used to create, parse and manipulate XML documents using a combination of object and array notations.It can create a new XML document or load an existing document from a string and allow applications to manipulate the xml using PHPs object and array notations.Every crXml objects property maps to another crXml object(child) that wraps ...
-
This script can be used to declare arrays as constants.It serializes a given array value to a string and assigns it a given constant.The script can also do the opposite, i.e retrieve the original constant array value by unserializing the value assigned to the constant.Requirements:- PHP 5.0 or Higher
-
This PHP script is used to check the types of called function arguments. It will set up an error handler function that can determine if a function is being called with the wrong types of arguments. The error handler can check if the type hinting classes for the function being called is string, float, double, boolean, integer and check if ...
-
This PHP Script is created to populate a tree/list of items based on the parent child relationships among them with unlimited level of hierarchy. It can be used to retrieve child elements from MySQL parent records. It queries a MySQL table with records of items that have parant records, and then returns all children items of a given parent record.Requirements:-PHP ...
-
This PHP script can be used to manipulate PHP objects as arrays. It can convert an array to an object of a class and vice-versa, count the number of elements, serialize the object to JSON format, search for elements that match a condition, return a limited range of object elements, merge the elements of two objects, create a copy of ...
-
This PHP script is mainly used to generate combinations of an array of values. It takes an array of valued and generates all possible combinations of those values including permutation of order of the values. The admin can configure the script to only supply unique combinations. Requirements:- PHP 5.0 or higher















