What is Toluu?
Toluu is a free service for sharing the feeds you read and discovering new ones.
Get Invite

PHP Classes: Latest entries

Latest entries made available in the PHP Classes site


Shared MemoryToday
Package:
Summary:
Store and retrieve information in shared memory
Groups:
Author:
Description:
This class can be used to store and retrieve information in shared memory.

It can open a shared memory segment with a given key and store any data in this memory and read from it.

The class can also retrieve the value previously stored, even if it was in a previous request by a different user.

The class uses a mutex to prevent multiple requests storing and retrieving values from the memory at the same time.

i

phpclasses-xml?d=41






Folder Space Folder Quota with Percent BarToday
screenshot
Package:
Summary:
Shows bars with the available space in directories
Groups:
Author:
Description:
This package can be used to display bars that represent the available space in given folders.

It can traverse one or more directories recursively to determine the disk space that the contained files occupy.

The class can generate HTML to display bars that represent the occupied space in percentage relative to a given disk space quota.

The bar height, bar width, axis, name, folder name, colors and CSS float attribute are configurable parameters.

i







dinamicParamsDecember 3
Package:
Summary:
Call a function with a list of dynamic parameters
Groups:
Author:
Description:
This class can be used to call a function passing a list of parameters built dynamically.

It can takes the name of a function, an optional object and an array with the list of parameters and calls the specified function of the object.

The class uses the reflection API to determine the function parameters and calls the function, using the parameter values passed as arguments in an array, filling missed parameters with the corresponding default values.

i

phpclasses-xml?d=41




error_accessDecember 3
Package:
Summary:
Process request URLs for error pages
Groups:
Author:
Description:
This class can be used to process request URLs for error pages.

It can take the error request URL and clean it from white space and punctuation.

The class can return the words in the request URL so they can be used to perform searches for the correct the user may be looking for.

i

phpclasses-xml?d=41 phpclasses-xml?d=50




INI Manager ImprovedDecember 3
Package:
Summary:
Manipulate configuration files in the INI format
Groups:
Author:
Description:
This class can be used to manipulate configuration files in the INI format.

It is based on the INI Manager class originally written by Alessandro Rosa.

This version is mostly based on performance improvements while accessing the INI files.

i

phpclasses-xml?d=41 phpclasses-xml?d=50