API Documentation

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-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Filter  
version
$Id: Tar.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Filter_Compress_Tar

Compression adapter for Tar

Extends from
\Zend_Filter_Compress_CompressAbstract
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Filter  

Properties

Propertyprotectedarray  $_options= 'array'

Compression Options array( 'archive' => Archive to use 'target' => Target to write the files to )

Default valuearrayDetails
Type
array

Methods

methodpublic__construct( array $options = null ) : void

Class constructor

Parameters
Name Type Description
$options array

(Optional) Options to set

methodpubliccompress( string $content ) : string

Compresses the given content

Parameters
Name Type Description
$content string
Returns
Type Description
string
methodpublicdecompress( string $content ) : boolean

Decompresses the given content

Parameters
Name Type Description
$content string
Returns
Type Description
boolean
methodpublicgetArchive( ) : string

Returns the set archive

Returns
Type Description
string
methodpublicgetMode( ) : void

Returns the set compression mode

methodpublicgetOptions( string $option = null ) : mixed

Returns one or all set options

Inherited from: \Zend_Filter_Compress_CompressAbstract::getOptions()
Parameters
Name Type Description
$option string

(Optional) Option to return

Returns
Type Description
mixed
methodpublicgetTarget( ) : string

Returns the set targetpath

Returns
Type Description
string
methodpublicsetArchive( string $archive ) : \Zend_Filter_Compress_Tar

Sets the archive to use for de-/compression

Parameters
Name Type Description
$archive string Archive to use
Returns
Type Description
\Zend_Filter_Compress_Tar
methodpublicsetMode( string $mode ) : void

Compression mode to use Eighter Gz or Bz2

Parameters
Name Type Description
$mode string
methodpublicsetOptions( array $options ) : \Zend_Filter_Compress_Bz2

Sets all or one option

Inherited from: \Zend_Filter_Compress_CompressAbstract::setOptions()
Parameters
Name Type Description
$options array
Returns
Type Description
\Zend_Filter_Compress_Bz2
methodpublicsetTarget( string $target ) : \Zend_Filter_Compress_Tar

Sets the targetpath to use

Parameters
Name Type Description
$target string
Returns
Type Description
\Zend_Filter_Compress_Tar
methodpublictoString( ) : string

Returns the adapter name

Returns
Type Description
string
Documentation was generated by DocBlox 0.13.3.