-
fileStorage just reads and writes data from ant to a file. The data is kept in an asociative array inside the class and serialized for writing.fileStorage also supports adding variable references in a storage (so you can register a variable and automatically have the newest value of it in the storage).
-
class_playlist browses the specified folders and create a play list file. It is based on the work of Michael Kamleitner. Thanks to him to allow myself to extends his class.When the file list is retrieved, a template will create the play list. You can specify the extension of the file to browse. A log is created during the construction of ...
-
fileWriter is used to write files and create folders.
-
Class for reading a directory structure. Supports include and exclude filters, recursion, files only, directories only. Very simple to use.
-
Class CSeguridad can create backup archives of files stored in the server. It can traverse a given directory recursively and present a form to let the user select the files that will be included in the backup.When the user submits the form, the class uses the Devin Doucette TAR/GZIP/BZIP2/ZIP Archives class to generate a compressed archive with all selected files.
-
ResultCache is a class used to cache output of a function in disk files.This class is good for improving the performance of scripts that output the results of slow database queries. It can be used for caching data generated from other sources besides database query results.On first call of the class, the function is executed and the returned data to ...
-
Class Path Locator is meant to resolve path of a [PHP class library] file to be included like in Java. You can specify the directory paths of several [class] libraries that are available and accessible on the system.Class Path Locator can check whether a file with given name exists in any of the specified directory paths. If the file path ...
-
Huffman Compress is intented to perform Huffman static compression on files with a PHP script.Such compression is essentially useful for reducing the size of texts by about 43% ; it is at its best when working with data containing strong redundancies at the character level -- that is, the opposite of a binary file in which the characters would be ...
-
An easy to use PHP class to display a CSV (Comma Separated Values) file in the form of an HTML table.
-
File Display is meant to output listings of files and sub-directories of a given directory using HTML tables. It can be configured to display or not display several types of information such as: file size, file/folder permissions, last modified date, etc..File Display may restrict the listing of files based on the file name extension. Currently, the default is to allow ...
-
File Searcher is meant to execute searches for files inside a given directory. It can traverse directories recursively as an option.File Searcher can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the names of the files that are meant to be found. For instance, the pattern "txt htm" ...
-
XUpload classes lets you manage your file uploads very quickly and easily. View the use example in the bottom of the script. Also included a XUploadForm class for upload forms management too.Features of XUpload classes:- Multiple uploads easily with multiple instances- Lets you choose the upload dir (does not check perms)- Lets you overwrite file if exists- Lets you set ...
-
With FileManipulation, you can easily access text files (read/write). Get the X Line of a text file. write after line x in the file. Return lines containing "foorbar" (with regex). Replace a line.
-
myFat implements a virtual file system based on two MySQL tables. You can store any kind of data (music, images, anything) in these MySQL tables.myFat implements functions for listing files, saving files uploaded from forms, deleting files and outputing files for downloads.
-
NDL is a class that gives you total control over the process of downloading files from your server by hiding the actual file location.Using different rules (based on IP, browser or download manager, http referrer, number of simultaneous connections, authorization status) you can grant or deny permission to download files.Besides, you can also gather statistics on the following:- download manager- ...

