- 1,233 categories
- 40,621 scripts
Updated: 09/19/2006
- The phpZIP class is designed to work with archives in ZIP format. It supports full range of operations Features: ....Open existing ZIP file ....Merge several ZIP files into one ....Create ZIP file on the fly ....Insert file storing the path information ....Insert data from PHP variable as if it were a file ....Extract an entry into the PHP variable ....Extract an entry directly to file system ....Reading archive ....Remove entries ....Write ZIP file to the server hard disc ....Output ZIP archive directly to the browser, visitor will see standard &"save file&" prompt
- Categories
- Tags
- Platforms
- Licenses
- Author
- PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP fi...
- This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values
and child nodes, and for extracting specific nodes from larger XML objects. It is...
- File is a wrapper class to common PHP file functions. It encapsulates error checking during file operations, reducing the amount of code in your own programs and
avoiding redundancy.
- Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...
- HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...