Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Ziplib 1.0rev3
PclTar 1.0
PclZip 1.0
Cryption
class.gzip_encode 0.4
Top Code
class.gzip_encode 0.4
Cryption
PclTar 1.0
PclZip 1.0
Ziplib 1.0rev3
PHP > Functions and Classes > Compression and Encryption
Source List

Code 1-5 of 5   


A class to create, extract and handle ZIP archives. You can create on-the-fly ZIP archives with dynamic content and send them to the client. It supports automatic sub-folders creation and extracting by index. It's small, easy and fast to use.



A library that allows you to create a GNU TAR archive, as well as add and extract files and directories. Files generated by PclTar are readable by gzip and WinZip.



A library that allows you to manage ZIP formatted archives. Archives can be created, listed and extracted.



Allows you to encrypt and decrypt strings using PHP. You supply a password and string to encrypt or decrypt the message. Can be cracked, so it shouldn't be used for things requiring good security.



If a user's web browser supports gzip content encoding, this class will compress the output of a PHP script before sending it to the web browser. This can significantly reduce the page download time.