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é
Référence de la classe Utility

Fonctions membres publiques statiques

static parseAttributes ($string)
 
static getMaxUploadSize ($custom=null)
 

Description détaillée

JUtility is a utility functions class

Depuis
1.7.0

Documentation des fonctions membres

◆ getMaxUploadSize()

static getMaxUploadSize (   $custom = null)
static

Method to get the maximum allowed file size for the HTTP uploads based on the active PHP configuration

Paramètres
mixed$customA custom upper limit, if the PHP settings are all above this then this will be used
Renvoie
integer Size in number of bytes
Depuis
3.7.0

◆ parseAttributes()

static parseAttributes (   $string)
static

Method to extract key/value pairs out of a string with XML style attributes

Paramètres
string$stringString containing XML style attributes
Renvoie
array Key/Value pairs for the attributes
Depuis
1.7.0

Références $attr, et $i.


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