php man page for rpm_get_tag

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 file

SYNOPSIS
mixed rpm_get_tag (resource $rpmr, int $tagnum)
DESCRIPTION
rpm_get_tag(3) will retrieve a given tag from the RPM file's header and return it.
PARAMETERS
o $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 VALUES
The return value can be of various types depending on the $tagnum supplied to the function.
EXAMPLES
Example #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 ALSO
rpm_open(3), rpm_close(3). PHP Documentation Group RPM_GET_TAG(3)
Related Man Pages
scap-as-rpm(8) - centos
radius_put_attr(3) - php
radius_get_tagged_attr_tag(3) - php
radius_put_int(3) - php
radius_put_vendor_attr(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update