Class JFilesystemHelper

Description

File system helper

Holds support functions for the filesystem, particularly the stream

  • since: 11.1

Located in /libraries/joomla/filesystem/helper.php (line 21)


	
			
Method Summary
 static mixed ftpChmod (string $url, integer $mode)
 static array getFilters ()
 static array getJStreams ()
 static array getSupported ()
 static array getTransports ()
 static array getWriteModes ()
 static boolean isJoomlaStream (string $streamname)
 static mixed remotefsize (string $url)
Methods
static ftpChmod (line 128)

Quick FTP chmod

static mixed ftpChmod (string $url, integer $mode)
  • string $url: Link identifier
  • integer $mode: The new permissions, given as an octal value.
static getFilters (line 247)

Returns a list of filters

  • since: 11.1
  • access: public
static array getFilters ()
static getJStreams (line 261)

Returns a list of J! streams

  • since: 11.1
  • access: public
static array getJStreams ()
static getSupported (line 214)

Stream and Filter Support Operations

Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams

  • return: Streams
  • since: 11.1
  • access: public
static array getSupported ()
static getTransports (line 234)

Returns a list of transports

  • since: 11.1
  • access: public
static array getTransports ()
static getWriteModes (line 199)

Modes that require a write operation

  • since: 11.1
  • access: public
static array getWriteModes ()
static isJoomlaStream (line 296)

Determine if a stream is a Joomla stream.

  • return: True for a Joomla Stream
  • since: 11.1
  • access: public
static boolean isJoomlaStream (string $streamname)
  • string $streamname: The name of a stream
static remotefsize (line 33)

Remote file size function for streams that don't support it

  • see: 71098
  • since: 11.1
  • access: public
static mixed remotefsize (string $url)
  • string $url: TODO Add text

Documentation generated on Tue, 19 Nov 2013 15:04:30 +0100 by phpDocumentor 1.4.3