Query: rpm_get_tag
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RPM_GET_TAG(3) 1 RPM_GET_TAG(3) rpm_get_tag - Retrieves a header tag from an RPM fileSYNOPSISmixed rpm_get_tag (resource $rpmr, int $tagnum)DESCRIPTIONrpm_get_tag(3) will retrieve a given tag from the RPM file's header and return it.PARAMETERSo $rpmr - A file pointer resource successfully opened by rpm_open(3). o $tagnum - The tag number to retrieve from the RPM header. This value can be specified using the list of constants defined by this module.RETURN VALUESThe return value can be of various types depending on the $tagnum supplied to the function.EXAMPLESExample #1 rpm_get_tag(3) example <?php $file = "/path/to/file.rpm"; $rpmr = rpm_open($file); $name = rpm_get_tag($rpmr, RPMREADER_NAME); echo "$name<br> "; rpm_close($rpmr); ?>SEE ALSOrpm_open(3), rpm_close(3). PHP Documentation Group RPM_GET_TAG(3)
Related Man Pages |
---|
id3_get_tag(3) - php |
id3_get_version(3) - php |
id3_set_tag(3) - php |
pg_result_status(3) - php |
radius_put_string(3) - php |
Similar Topics in the Unix Linux Community |
---|
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |
Please Welcome Ravinder Singh to the Moderation Team |