API Documentation

Filter/Compress/Rar.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: Rar.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Filter_Compress_Rar

Compression adapter for Rar

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( 'callback' => Callback for compression 'archive' => Archive to use 'password' => Password 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|array $content ) : string

Compresses the given content

Parameters
Name Type Description
$content string|array
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
methodpublicgetCallback( ) : string

Returns the set callback for compression

Returns
Type Description
string
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
methodpublicgetPassword( ) : string

Returns the set password

Returns
Type Description
string
methodpublicgetTarget( ) : string

Returns the set targetpath

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

Sets the archive to use for de-/compression

Parameters
Name Type Description
$archive string Archive to use
Returns
Type Description
\Zend_Filter_Compress_Rar
methodpublicsetCallback( string $callback ) : \Zend_Filter_Compress_Rar

Sets the callback to use

Parameters
Name Type Description
$callback string
Returns
Type Description
\Zend_Filter_Compress_Rar
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
methodpublicsetPassword( string $password ) : \Zend_Filter_Compress_Rar

Sets the password to use

Parameters
Name Type Description
$password string
Returns
Type Description
\Zend_Filter_Compress_Rar
methodpublicsetTarget( string $target ) : \Zend_Filter_Compress_Rar

Sets the targetpath to use

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

Returns the adapter name

Returns
Type Description
string
Documentation was generated by DocBlox 0.13.3.