Phpfox_Archive_Support

Description

Runs a check on the server to fully check what extensions are supported by the server.

  • author: Raymond Benc
  • version: $Id: support.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/archive/support.class.php (line 16)


	
			
Variable Summary
 unknown_type $_aSupported
Method Summary
 Phpfox_Archive_Support __construct ()
 mixed get (string $sName)
Variables
unknown_type $_aSupported = array(
'xml',
'zip' => array(
'class' => 'zip'
),'tar.gz'=>array('class'=>'tar'))
(line 23)

Array of all the supported file extensions.

  • access: private
Methods
Constructor __construct (line 37)

Constructor

  • access: public
Phpfox_Archive_Support __construct ()
get (line 47)

Checks if a specific archive is supported by the phpFox class itself and by the server.

  • return: If it is supported we return an array of information about the archive, however we return a false (bool) if it is not supported at all.
  • access: public
mixed get (string $sName)
  • string $sName: Name of the file extension we want to work with.

Documentation generated on Tue, 28 Sep 2010 10:36:44 +0200 by phpDocumentor 1.4.0a2