Monthly Archiv: October, 2010

XML-2-Array

Package:
XML-2-Array
Summary:
Parse a XML document and build an array structure
Groups:
PHP 5, XML
Author:
Raj Kumar Trivedi
Description:
This class can be used to parse a XML document and build an array structure.

It takes a given XML file and parses it.

The class builds a nested array that contains the structure of tags and data of the XML document.


System monitor and Throttle

Output the throttle heavy program example script
Package:
System monitor and Throttle
Summary:
Monitor system usage and throttle heavy programs
Groups:
Files and Folders, PHP 5, System information
Author:
Manuel Lemos
Description:
This class can be used to monitor the system usage and throttle heavy programs.

It can check if the CPU load is too high and whether the available disk space on certain partition is too low.

The class can also execute a given program and suspend its execution when the system resources usage is excessive. Then it can wait and resume the program execution when the resources usage lowers to acceptable levels again.

It can be used to throttle the execution of heavy programs, so other programs that have greater priority can run faster.


Simple Date

Package:
Simple Date
Summary:
Manipulate and convert dates to different formats
Groups:
PHP 5, Time and Date
Author:
tom larsen
Description:
This class can be used to manipulate and convert dates to different formats.

It can add a time interval to a given date or compute the difference of time between two dates.

The class can also convert dates between many formats.


Pagination with density

Package:
Pagination with density
Summary:
Display links to browse listings split in pages
Groups:
HTML, PHP 5
Author:
vimal
Description:
This class can be used to display links to browse listings split in pages.

It takes as parameters the limit number of entries to show per listing page and the total number of entries in the whole listing, and the current page number.

The class generates HTML links to go to the first, last and intermediate pages of the listing.


Simple Time

Package:
Simple Time
Summary:
Calculate the difference and addition of times
Groups:
PHP 5, Time and Date
Author:
Abdellah Ben Rahmoun
Description:
This class can be used to calculate the difference and addition of times.

It can take a time and add a given period interval.

The class can also calculate the difference between two times.

Additionally it can determine the time zone name by the time offset relative to UTC and also the local time zone.


Powered by Gewgley