... of PHP array functions iviArray represents the data type of an array, encapsulating PHP array functionality with few additional functions in a unified API (e.g. unified sorting function). See code documentation for exact usage of this class. The examples give a short overview about some important ...
Unified Search Engine Access Support forum usea Search engine results retrieving This package is mean to access search engine sites to perform search queries and collect the URL of each of the search results. The package comes with base classes that perform retrieval and parsing of generic search ...
... edition, upload, etc.. This class uses my db abstraction layer, AbstractDB (http://www.phpclasses.org/browse.html/package/846.html) , which allows a unified and easy access to databases, which you can see in this class. CONSTRUCTOR: function FileDB(&$db, $host, $database, $user, $password) FUNCTIONS ...
... or arrays. In the case of array values, these may be processed recursively if they define multi-dimensional data structures. It also provides a unified way to access to different types of input values assigned to the super-global variables POST, GET, SESSION, COOKIE and SERVER. Example of use Main Class ...
... data in cache containers like shared memory using APC, XCache or eAccelerator, or distributed memory caches like MemCached. This class implements an unified solution to provide access to those different cache containers using the same interface. Manuel Lemos Main class with example inside example Site ...
... on a map. There are several geocoding services available for free on the Web but some do not cover all regions of the world. This package provides a unified solution to query multiple geocoding services. This way, when an application uses a geocoding service that does not cover well a given region, ...