FilesystemHelper

文件系统助手

已弃用

包含对文件系统(特别是流)的支持功能

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper 代替。

Joomla CMS

方法

fileUploadMaxSize

计算最大上传文件大小,并返回带单位的字符串或字节大小

fileUploadMaxSize( unitOutput = true) : float|string
静态

使用 JFilesystemHelper::fileUploadMaxSize(); 调用它。

3.4

参数

unitOutput

bool此参数决定返回值是否应为带单位的字符串

响应

float|string带有相应单位或以字节为单位的文件的最大上传大小

ftpChmod

快速 FTP chmod

ftpChmod( url,  mode) : 
static deprecated
链接

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::ftpChmod() 代替。

参数

网址

string链接标识符

模式

int新的权限,以八进制值给出。

响应

混合

getFilters

返回过滤器列表

getFilters() : mixed||string|int
static deprecated

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::getFilters() 代替。

响应

array<string|int, mixed>

getJStreams

返回 J! 流列表

getJStreams() : mixed||string|int
static deprecated

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::getJStreams() 代替。

响应

array<string|int, mixed>

getSupported

流和过滤器支持操作

getSupported() : mixed||string|int
static deprecated

返回支持的流,除了直接文件访问外 还包括 Joomla! 流以及 PHP 流

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::getSupported() 代替。

响应

array<string|int, mixed>

getTransports

返回传输列表

getTransports() : mixed||string|int
static deprecated

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::getTransports() 代替。

响应

array<string|int, mixed>

getWriteModes

需要写操作的模式

getWriteModes() : mixed||string|int
static deprecated

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::getWriteModes() 代替。

响应

array<string|int, mixed>

isJoomlaStream

确定流是否为 Joomla 流。

isJoomlaStream( streamname) : 
static deprecated

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::isJoomlaStream() 代替。

参数

streamname

string流的名称

响应

bool对于 Joomla 流为 True

parseSize

返回以字节为单位的大小,不带单位,用于比较

parseSize( size) : 
静态

3.4

参数

大小

string从 PHP 设置接收到的大小

响应

float以字节为单位的大小,不带单位

parseSizeUnit

创建带有适当单位的大小值

parseSizeUnit( maxSize) : 
静态

3.4

参数

maxSize

float允许上传的最大大小

响应

string带有大小和适当单位的字符串

remotefsize

不支持流的远程文件大小函数

remotefsize( url) : 
static deprecated
链接

1.7.0

已弃用

4.4 将在 6.0 中移除 使用 Joomla\Filesystem\Helper::remotefsize() 代替。

参数

网址

string链接标识符

响应

混合