Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | remotefsize ($url) |
static | ftpChmod ($url, $mode) |
static | getWriteModes () |
static | getSupported () |
static | getTransports () |
static | getFilters () |
static | getJStreams () |
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 |
|
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 |
Returns the size in bytes without the unit for the comparison
string | $size | The size which is received from the PHP settings |
Références $return.
|
staticprivate |
|
static |
Remote file size function for streams that don't support it
string | $url | TODO Add text |
Références $path, $url, et $user.
Référencé par Stream\filesize().