Categories

Updated: 06/24/2007

PHPUnzip Class

For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A detailed example is included. This class can read and parse a file and determine if it is a zip file, and read through the file entries and insert the file data into a structure which can be looped over for processing. Extensive error checking and handling and easy to use.
Similar Scripts for "PHPUnzip Class"

PHPXref

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...

xml2tree

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

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

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

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...
©2003-2008 jCay.com