| | | |
|
 |
| |
 | |
 |
| | Version: 1.0 - Released: 09/10/00 - Free - Requirement(s): PHP3.09 | Jump to URL |
| | Class to enable search/replace of files. Can perform the search over one file, multiple files, entire directories with/without subdirectories. Can search [...] |
| |
 | |
 |
| | Version: 1 - Released: 04/19/07 - Free | Jump to URL |
| | A script that counts the number of lines of code in a folder or entire website and all sub folders. You only need to place it in a folder and set it to [...] |
| |
 | |
 |
| | Version: 0.1 - Released: 10/15/04 - Free | Jump to URL |
| | Wrappers for simple file system operations on directories. For example, listing the contents of a directory: instead of doing the whole [...] |
| |
 | |
 |
| | Version: 1.0.0 - Released: 01/29/07 - Free - Requirement(s): PHP 4.3+ | Jump to URL |
| | This simple program reads the contents of a given file and outputs it inside a script. It uses the file_get_contents() function. |
| |
 | |
 |
| | Version: 1.0 - Released: 04/03/99 - Free - Requirement(s): PHP3 | Jump to URL |
| | A class for wrapping basic file operations that includes error checking to reduce the amount of code in your own programs. |
| |
 | |
 |
| | Version: 0.1 - Released: 10/15/04 - Free | Jump to URL |
| | Wrappers for simple file system operations. When reading a file, instead of doing fOpen/fRead/fClose everytime, you'd use the function read_file that [...] |
| |
 | |
 |
| | Version: 0.6 - Released: 06/03/07 - Free - Requirement(s): PHP 4.02+ | Jump to URL |
| | Integrate an AJAX file manager with FCKeditor. It includes a built-in image editor, multi-language support, access control and the ability to customize the [...] |
| |
 | |
 |
| | | Jump to URL |
| | Covers the basics of file manipulation in PHP, including: opening, closing, creating, deleting, reading, writing, appending and truncating. |
| |
 | |
 |
| | Free | Jump to URL |
| | This page shows how to list all files and folders in a directory. Showcasing how easy it is to use PHP's is_dir and is_file function, this script is displayed [...] |
| |
 | |
 |
| | Version: 0.1 - Released: 10/15/04 - Free | Jump to URL |
| | A collection of mime-related functions that don't rely on PHP's mime_magic module. Currently the only detection is done based on the file's extension. Reverse [...] |
| |
 | |
 |
| | Free | Jump to URL |
| | This code shows how easy it is to retrieve a file's size information in both ASP and PHP. It reads the system's size information for the given file into a [...] |
| |
 | |
 |
| | Version: 1.0 - Released: 06/08/04 - Free - Requirement(s): PHP 4.3.3 | Jump to URL |
| | A very simple script that helps make your ZIP files available for download. It can serve as the basis for a self updating photo gallery. |
| |
 | |
 |
| | Version: 1.0.0 - Released: 11/22/07 - Free - Requirement(s): PHP 3 | Jump to URL |
| | This online script displays a table of powers inside an Excel sheet document. Live demo available. |
| |
 | |
 |
| | Version: 1.0 - Released: 12/04/00 - Free | Jump to URL |
| | Given a directory Path, this function checks to see if the directory exists, creating it and any necessary parent directories if it fails to find the directory. |