Helper
File system helper
Holds support functions for the filesystem, particularly the stream
since |
1.0 |
---|
Methods
ftpChmod
Quick FTP chmod
ftpChmod(string $url, integer $mode) : integer|boolean
static
link | |
---|---|
since |
1.0 |
Arguments
- $url
string
Link identifier- $mode
integer
The new permissions, given as an octal value.
Response
integer|boolean
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
array
Streams
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) : boolean
static
since |
1.0 |
---|
Arguments
- $streamname
string
The name of a stream
Response
boolean
True 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
string
TODO Add text
Response
mixed