Helper

File system helper

Holds support functions for the filesystem, particularly the stream

since

1.0

package

Joomla Framework

Methods

ftpChmod

Quick FTP chmod

ftpChmod(string url, int mode) : int|bool
static
link
since

1.0

Arguments

url

stringLink identifier

mode

intThe new permissions, given as an octal value.

Response

int|bool

getFilters

Returns a list of filters

getFilters() : array
static
since

1.0

Response

array

getJStreams

Returns a list of J! streams

getJStreams() : array
static
since

1.0

Response

array

getSupported

Stream and Filter Support Operations

getSupported() : array
static

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

since

1.0

Response

arrayStreams

getTransports

Returns a list of transports

getTransports() : array
static
since

1.0

Response

array

getWriteModes

Modes that require a write operation

getWriteModes() : array
static
since

1.0

Response

array

isJoomlaStream

Determine if a stream is a Joomla stream.

isJoomlaStream(string streamname) : bool
static
since

1.0

Arguments

streamname

stringThe name of a stream

Response

boolTrue for a Joomla Stream

remotefsize

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

remotefsize(string url) : mixed
static
link
since

1.0

Arguments

url

stringTODO Add text

Response

mixed