|
PHP5中文手册
rpm_open(PECL rpmreader:0.1-0.3) rpm_open — Opens an RPM file 说明
resource rpm_open
( string $filename
)
rpm_open() will open an RPM file and will determine if the file is a valid RPM file. 参数
返回值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. 范例
Example#1 rpm_open() example
<?php |