Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | remotefsize ($url) |
static | ftpChmod ($url, $mode) |
static | getWriteModes () |
static | getSupported () |
static | getTransports () |
static | getFilters () |
static | isJoomlaStream ($streamname) |
static | fileUploadMaxSize ($unitOutput=true) |
Fonctions membres privées statiques | |
static | parseSize ($size) |
static | parseSizeUnit ($maxSize) |
|
static |
Calculates the maximum upload file size and returns string with unit or the size in bytes
Call it with JFilesystemHelper::fileUploadMaxSize();
bool | $unitOutput | This parameter determines whether the return value should be a string with a unit |
|
static |
|
static |
Returns a list of filters
|
static |
|
static |
Returns a list of transports
|
static |
|
static |
Determine if a stream is a Joomla stream.
string | $streamname | The name of a stream |
Référencé par Stream\open().
|
staticprivate |
|
staticprivate |
|
static |
Remote file size function for streams that don't support it
string | $url | Link identifier |
Références $path, $url, et $user.
Référencé par Stream\filesize().