PHP Classes

File: src/REGISTER_LZW_STREAM_WRAPPER.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Big Backup maker   src/REGISTER_LZW_STREAM_WRAPPER.php   Download  
File: src/REGISTER_LZW_STREAM_WRAPPER.php
Role: Auxiliary script
Content type: text/plain
Description: auxilliary script
Class: Big Backup maker
Create backup of a directory in an archive file
Author: By
Last change:
Date: 6 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php
namespace wapmorgan\UnifiedArchive;

stream_wrapper_register('compress.lzw', __NAMESPACE__.'\\LzwStreamWrapper');