|
PHP5中文手册
rpm_get_tag(PECL rpmreader:0.1-0.3) rpm_get_tag — Retrieves a header tag from an RPM file 说明
mixed rpm_get_tag
( resource $rpmr
, int $tagnum
)
rpm_get_tag() will retrieve a given tag from the RPM file's header and return it. 参数
返回值The return value can be of various types depending on the tagnum supplied to the function. 范例
Example#1 rpm_get_tag() example
<?php |