Utility

JUtility 是一个实用函数类

1.7.0

Joomla CMS

方法

getMaxUploadSize

获取基于活动 PHP 配置的 HTTP 上传允许的最大文件大小的方法

getMaxUploadSize( custom = null) : 
静态

3.7.0

参数

custom

mixed自定义上限,如果 PHP 设置都高于此,则将使用此上限

响应

mixed以字节为单位的大小

parseAttributes

从包含 XML 样式属性的字符串中提取键值对的方法

parseAttributes( string) : mixed||string|int
静态

1.7.0

参数

字符串

string包含 XML 样式属性的字符串

响应

array<string|int, mixed>属性的键值对