|
PHP5中文手册
Rar::extract(No version information available, might be only in CVS) Rar::extract — Extract entry from the archive 说明Rar
Rar::extract() extracts entry's data to the dir . It will create new file in the specified dir with the name identical to the entry's name. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Rar::extract() example
<?php Example#2 How to extract all files in archive:
<?php |