ExtractableInterface
存档类接口
自 |
1.0 |
---|---|
包 |
Joomla 框架 |
方法
extract
将压缩文件解压到指定路径
extract( archive, destination) :
自 |
1.0 |
---|---|
抛出 |
|
参数
- archive
string
要解压的存档路径- destination
string
解压存档到的路径
响应
bool
如果成功则为 True
isSupported
测试此适配器是否可以在此计算机上解压文件。
isSupported() :
静态
自 |
1.0 |
---|
响应
bool
如果支持则为 True