Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | remotefsize ($url) |
static | ftpChmod ($url, $mode) |
static | getWriteModes () |
static | getSupported () |
static | getTransports () |
static | getFilters () |
static | getJStreams () |
static | isJoomlaStream ($streamname) |
Définition à la ligne 21 du fichier helper.php.
|
static |
Quick FTP chmod
string | $url | Link identifier |
integer | $mode | The new permissions, given as an octal value. |
Définition à la ligne 128 du fichier helper.php.
Référencé par JStream\chmod().
|
static |
Returns a list of filters
Définition à la ligne 247 du fichier helper.php.
|
static |
Returns a list of J! streams
Définition à la ligne 261 du fichier helper.php.
|
static |
Stream and Filter Support Operations
Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams
Définition à la ligne 214 du fichier helper.php.
|
static |
Returns a list of transports
Définition à la ligne 234 du fichier helper.php.
|
static |
Modes that require a write operation
Définition à la ligne 199 du fichier helper.php.
Référencé par JStream\_getFilename().
|
static |
Determine if a stream is a Joomla stream.
string | $streamname | The name of a stream |
Définition à la ligne 296 du fichier helper.php.
Référencé par JStream\open().
|
static |
Remote file size function for streams that don't support it
string | $url | TODO Add text |
Définition à la ligne 33 du fichier helper.php.
Référencé par JStream\filesize().