Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Helper

Fonctions membres publiques statiques

static remotefsize ($url)
 
static ftpChmod ($url, $mode)
 
static getWriteModes ()
 
static getSupported ()
 
static getTransports ()
 
static getFilters ()
 
static isJoomlaStream ($streamname)
 

Description détaillée

File system helper

Holds support functions for the filesystem, particularly the stream

Depuis
1.0

Documentation des fonctions membres

◆ ftpChmod()

static ftpChmod (   $url,
  $mode 
)
static

Quick FTP chmod

Paramètres
string$urlLink identifier
integer$modeThe new permissions, given as an octal value.
Renvoie
integer|boolean

1.0

Références $mode, $path, $url, $user, et null.

Référencé par Stream\chmod().

◆ getFilters()

static getFilters ( )
static

Returns a list of filters

Renvoie
array
Depuis
1.0

◆ getSupported()

static getSupported ( )
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

Renvoie
array Streams
Depuis
1.0

◆ getTransports()

static getTransports ( )
static

Returns a list of transports

Renvoie
array
Depuis
1.0

◆ getWriteModes()

static getWriteModes ( )
static

Modes that require a write operation

Renvoie
array
Depuis
1.0

Référencé par Stream\_getFilename().

◆ isJoomlaStream()

static isJoomlaStream (   $streamname)
static

Determine if a stream is a Joomla stream.

Paramètres
string$streamnameThe name of a stream
Renvoie
boolean True for a Joomla Stream
Depuis
1.0

Référencé par Stream\open().

◆ remotefsize()

static remotefsize (   $url)
static

Remote file size function for streams that don't support it

Paramètres
string$urlTODO Add text
Renvoie
mixed

1.0

Références $path, $url, $user, et null.

Référencé par Stream\filesize().


La documentation de cette classe a été générée à partir du fichier suivant :