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
string
Link identifier- mode
int
The 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
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) : bool
static
since |
1.0 |
---|
Arguments
- streamname
string
The name of a stream
Response
bool
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