-
Information such as the names in the font table can be retrieved after parsing the binary metadata of TTF files. Requirements: PHP 5.0 or higher
-
TotalW is a two panel file manager written in PHP. It is ajaxed. TotalW can download file from internet or upload file from your computer. You can mail files on remote server or download them to computer. It can zip files(.tar.gz) or unzip them. TotalW can also view or edit files. It has favorite folders(bookmarks), customisable view (name, size, time, ...
-
ini_manager is a rewritten version of the INI manager class of Alessandro Rosa. Requirements: PHP 5.2.6 or higher
-
There is one class for handling one or more uploaded files that can copy the files to a given directory if they do not exist. Easy upload resize thumb image can also call another class to generate thumbnails out of uploaded images. Requirements: PHP 4.0 or higher
-
The font family, sub-family, name and copyright information, can be retrieved from TTF/OTF files. The current version works fine with null bytes inside the fontparameters. Requirements: PHP 4.0 or higher What's New in This Release TTF Info:Unicode characters/null bytes inside fontparameters handling
-
File Cache can check if a given variable is already stored in a cache file and retrieve its value if it exists and the cache file did not expire. File Cache can create a new cache file for the newly computed cache variable value. Requirements: PHP 4.0 or higher
-
Uploaded File can validate an uploaded file by checking if its size is at least a given minimum value. The uploaded files can also be moved to a specified directory. There is also a subclass that checks the MIME type of the uploaded files to verify if it is an image. Requirements: PHP 3.2 or higher
-
There is one class that can process files uploaded using Web forms. PHP Simple Upload can accept uploaded files that have a MIME type from a given list. The uploaded files are copied to a given destination directory. PHP Simple Upload serves the files for download and the request content-type is set based on the file extension. Requirements: PHP 3.0 ...
-
Hex Editor can open a file and convert its contents into a corresponding hexadecimal string representation. The file can also be overwritten with a hexadecimal representation string of the changed contents. Requirements: PHP 3.0 or higher
-
Upload and list files can display an HTML form with fields to upload a file. It can also process a form with an uploaded file by checking if the file if of one of the allowed file MIME types name extensions, and moving the file to a given directory if does not exist already. A destination directory with necessary permissions ...
-
When a file is opened for writing, exclusive locks are put in place to avoid simultaneous access to the file from other scripts. File Writer can also create backup copies of the files before opening for changing them. Requirements: PHP 5.0 or higher
-
The php.ini file can be parsed and the values of the options can be extracted. The PHP.ini can change the options values, add and remove new options or sections, and when done it can save the changes back to the php.ini file.
-
Periodic site maintenance can estimate the time, in days, until the hosted files will exceed a defined disk space. Key Features of Periodic site maintenance:- Take backups of database tables to compressed XML files- Rotate backup files deleting files older than a given number of days- Remove files from given directories that match certain name patterns or were modified for ...
-
Several types of file and directory manipulation operations can be performed in Aboyon File Management. Key Features of Aboyon File Management:- Check whether if a path corresponds to a file- Retrieve file information like the file base name, file name extension and file size- Copy a file to a given directory- Delete a file- Change file permissions- Rename a file- ...
-
The text files are checked for opened and closed curly brackets. Check Curly Braces can display a summary of the brackets that open and the line where they close, also with the column number. Very useful with large files. Use Check Curly Braces with source files written in php, java, javascript, c, c++, python, perl. Requirements: PHP 5.0 or higher

