-
This script can be used to cache content using eAccelerator PHP extension.File folder image SharedMemory is an Open Souce PHP cache scrpt. It can store, retrieve and delete arbitrary content stored in cache entries managed by eAccelerator. Each content entry has a unique name, so different entries can be distinguished.
-
Ray Cache can be used to store and retrieve cache data in files. It can store data in a cache file with a given life time limit before it expires. Ray Cache can also retrieve the data from the cache time and check if it did not expire. It is an Open Souce PHP cache sript. It can also delete ...
-
This class can be used to read and write metadata from MP3 audio files.It can parse an MP3 file and extract ID3 tags to obtain the artist, title, album, comment, genre, year and track.The class can also update the MP3 file to write new values to the ID3 tags.
-
Ole File Cache can be used to cache arbitrary data in files. It is an Open Source PHP cache script. It can check if a given cache file exist or it has not expired. If so, retrieved the cached data. Otherwise, it can store new data in the cache file. The cache expiry time is configurable.
-
MultiCache Library can be used to cache data in files or memcached server. MultiCache is a free PHP cache script. It provides a base generic caching class and sub-classes to store cached data in files or in a memcached server. MultiCache library can associate unique cache keys with cached data. The cached data may expire after an optional expiry time. ...
-
This class can be used to cache variable values storing them in files. It can store, retrieve and delete arbitrary variable values in a cache file with a given key value. The directory where cache files are store is configurable.
-
This class can be used to cache the output of PHP script in files. First it checks the cache file of a given cache key. If the cache file exists and it has not expired, the class outputs the contents of the cache file. If the cache file does not yet exist or it has expired, the class starts capturing ...
-
This class can be used to store and retrieve cached data in files. It can check if a cache file with a given key exists and retrieve its data. The class can optionally check if the cache file was created before a given expiry time has passed. If the cache file does not exist or expired, the class can store ...
-
This class can be used to store and retrieve data in cache files. It can store a given data string in a cache file with a given expiry period. The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired. It can also remove one or all ...
-
This script can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page.A server side auxiliary script gets the ...
-
The script parses a directory's structure and keep track of files it finds and their modification dates. The file list information is stored in a given file.The class can traverse the folder again and compare the current file list with the previous scan list. Changes, additions or deleted files can be notified to a given e-mail address. Because it runs ...
-
This is a PHP class to process uploaded files. It can also verify if a file was uploaded without errors, if its size is within the accepted limit, if the file name extension is in the list of accepted extensions, and if the destination directory exists on the server.The class can copy a valid uploaded file to the destination directory.If ...
-
The FileIterator class enables you to very easily loop over each line of a file, without having to write the same code over and over again. There is of course a downside. Unfortunately in a loop over a 23000 line file, the Iterator code proved to be roughly twice as slow as the "old" way, so using it in a ...
-
Sometimes when you're working on some projects you have this feeling you're re-inventing the wheel. This is a waist of time and effort. So when I had to re-invent the wheel on uploading files with PHP, I decided to create a class Simple FileUploader who can do that. Features:- Generate uniq file names- Allow extensions- Exclude extensions- Error messages
-
With Ike Php Gallery, just upload the file into a folder that has your image files (jpg only), configure it and navigate to the file on your browser. Ike takes care of the rest.Features:- Automatic thumbnail generation- You can set the background color & size of the thumbnails- All the texts are located in the config area, so they're easy ...


