文件名称:phpzip
介绍说明--下载内容均来自于网络,请自行研究使用
The class open the give ZIP File, and move the internal pointer
] to list all the files zipped on it. The returned values are
] stored in the public variable compressedList . These can be
] returned by the public method getList() .
]
] It also has Central Directory support. Means that the ZIP may contain
] additional information for each file or directory, like external
] attributes and comments. The variables are stored in the public
] variable dirSignature . These should be returned for each file
] by using the public method getExtraInfo(fileName) . If no extra
] information available, the method will return false .
] to list all the files zipped on it. The returned values are
] stored in the public variable compressedList . These can be
] returned by the public method getList() .
]
] It also has Central Directory support. Means that the ZIP may contain
] additional information for each file or directory, like external
] attributes and comments. The variables are stored in the public
] variable dirSignature . These should be returned for each file
] by using the public method getExtraInfo(fileName) . If no extra
] information available, the method will return false .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myunzip.php
myzip.php
myzip.php