php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.zip-open.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Open a ZIP file archive				  				 				 				 zip_entry_read				 zip_read				 Zip Functions				 PHP Manual								 				  zip_open				  (PHP 4 >= 4.0.7, PHP 5 >= 5.2.0, PECL zip:1.0-1.9.0)zip_open — Open a ZIP file archive								 				 				  Description				  				   mixed zip_open				    ( string $filename				   )								  				   Opens a new zip archive for reading. 				  				 								 				  Parameters				  				   								    								     filename												     								      				       The file name of the ZIP archive to open.				      				     								    								   								  				 								 				  Return Values				  				   Returns a resource handle for later use with				   zip_read() and zip_close()				   or returns the number of error if filename				 does not				   exist or in case of other error.				  				 								 				  See Also				  				   				    zip_read()				    zip_close()				   				  				 												 zip_entry_read				 zip_read				 Zip Functions				 PHP Manual											

相关资源