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

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

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

相关代码

												 				  Opens an RPM file				  				 				 				 rpm_is_valid				 rpm_version				 RPM Reader Functions				 PHP Manual								 				  rpm_open				  (PECL rpmreader:0.1-0.3)rpm_open — Opens an RPM file								 				 				  Description				  				   resource rpm_open				    ( string $filename				   )								  				    rpm_open() will open an RPM file and will				    determine if the file is a valid RPM file.				  				 								 				  Parameters				  				   								    								     filename												     								      				        The filename of the RPM file you wish to open.				      				     								    								   								  				 								 				  Return Values				  				    If the open succeeds, then rpm_open() will				    return a file pointer resource to the newly opened file.  On				    error, the function will return FALSE.				  				 								 				  Examples				  				   				    Example #1 rpm_open() example				    								<?php$file = "/path/to/file.rpm";$rpmr = rpm_open($file);rpm_close($rpmr);?>												    								   				  				 								 				  See Also				  				   				    rpm_close()				   				  				 												 rpm_is_valid				 rpm_version				 RPM Reader Functions				 PHP Manual											

相关资源