Filter/Compress/Tar.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Filter
- Version
- $Id: Tar.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Filter_Compress_Tar
Package: Zend\FilterCompression adapter for Tar
- Parent(s)
- \Zend_Filter_Compress_CompressAbstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties



array $_options = array('archive' => null, 'target' => '.', 'mode' => null)Compression Options
array(
'archive' => Archive to use
'target' => Target to write the files to
)
Default valuearray('archive' => null, 'target' => '.', 'mode' => null)Details- Type
- array
Methods



__construct(array $options = null) : voidParameters| Name | Type | Description |
|---|
| $options | array | (Optional) Options to set
|
|---|



compress(string $content) : stringCompresses the given content
Parameters| Name | Type | Description |
|---|
| $content | string | |
|---|
Returns 


decompress(string $content) : booleanDecompresses the given content
Parameters| Name | Type | Description |
|---|
| $content | string | |
|---|
Returns 


getOptions(string $option = null) : mixedParameters| Name | Type | Description |
|---|
| $option | string | (Optional) Option to return
|
|---|
Returns 


setArchive(string $archive) : \Zend_Filter_Compress_TarSets the archive to use for de-/compression
Parameters| Name | Type | Description |
|---|
| $archive | string | Archive to use |
|---|
Returns 


setMode(string $mode) : voidCompression mode to use
Eighter Gz or Bz2
Parameters| Name | Type | Description |
|---|
| $mode | string | |
|---|



setTarget(string $target) : \Zend_Filter_Compress_TarSets the targetpath to use
Parameters| Name | Type | Description |
|---|
| $target | string | |
|---|
Returns