- Recent
- Popular
- Tags (0)
- Subscribers (1)
- Shared MemoryToday
-
Package:Summary:Store and retrieve information in shared memoryGroups: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. - Folder Space Folder Quota with Percent BarToday
-
Package:Summary:Shows bars with the available space in directoriesGroups: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. - dinamicParamsDecember 3
-
Package:Summary:Call a function with a list of dynamic parametersGroups: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. - error_accessDecember 3
-
Package:Summary:Process request URLs for error pagesGroups: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. - INI Manager ImprovedDecember 3
-
Package:Summary:Manipulate configuration files in the INI formatGroups: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.
