-
A log file is opened and its end is assessed.classtailfile checks whether any new lines are added. If a new line is added it is returned immediately. Otherwise it waits for a configurable time interval before it checks again whether the log file was updated.Requirements: PHP 5.0 or higher
-
Ofile class can open a file and use a given delimiter regular expression to split its contents. It can output the content of the split sections using configurable HTML to prefix and suffix the content.New content can also be written to the file, after a lock is placed on it in order to prevent simultaneous operations.Requirements: PHP 4.3 or higher
-
Make a easy way to count access to files and urls through filecounter.
-
iviDownloader is meant to list or download files of a given type that are linked to a page of a given URL. See class file for detailed documentation.The code mostly follows the PEAR Coding Standards. .
-
A specific class event is triggered when a file has been located and another one when folders are found.
-
csvUtilb can be used to search inside the columns of the file.Requirements: PHP 3.0 or higher
-
Quine-McCluskey Method can be used to minimize boolean functions with Quine-McCluskey algorithm.Quine-McCluskey Method takes as parameters the minterms, don't-care terms and the number of variables. The script determines the essencial primes and returns them in an array.Requirements: PHP 5.0 or higher
-
This PHP script provides a pure PHP solution to create packed archives in CAB format from a given list of files. A CAB archive files, directories or even files can be added by MakeCAB from remote web servers. The generated CAB archive is written to a specified file.Requirements:- PHP 4.0 or Higher
-
First cache_TS 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 the output of the script and stores it in the cache file. The cache expiry ...
-
PHP_FTP is created, a file is retrieved or sent and then the object is killed with kill().
-
Deleting specific files traverses a given directory recursively and deletes only files with a specified extension.
-
PHP data caching class can check if a given cache file exists and is not expired. If so, it returns the cached data. If the cache file is not valid, the class can store the data for an optionally period of time after which it expires.An existent cache file can also be invalidated by removing it.Requirements: PHP 5.0 or higher
-
A PHP directory indexing script which indexes all folders, files, their size and type, and modification time like Apache Server, but it does it with style. My PHP Indexer enables you to upload files, manage files and folders from admin panel, etc.. It is easily configurable and can be installed within minutes.
-
dirLook traverses a given directory recursively to retrieve the path of all files contained in the directory.An array is used to return the list of the full paths.Requirements: PHP 4.0 or higher
-
preditor loads a specified file and allows entering the string to change, a replacement string and whether it only occurs once or several times. Then it will go through the file and change each occurence.The edited file can be saved to a directory, while non-text-based files can be copied to other directories.

