Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22628 программистов и 1012 роботов. Сейчас ищут 737 программистов ...
Приступая к работе

rpm_get_tag - Retrieves a header tag from an RPM file

Вернуться к: RPM Reader Функции

rpm_get_tag

(PECL rpmreader >= 0.1.0)

rpm_get_tagRetrieves 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.

Список параметров

rpmr

A file pointer resource successfully opened by rpm_open().

tagnum

The tag number to retrieve from the RPM header. This value can be specified using the list of constants defined by this module.

Возвращаемые значения

The return value can be of various types depending on the tagnum supplied to the function.

Примеры

Пример #1 rpm_get_tag() example

<?php

$file 
"/path/to/file.rpm";
$rpmr rpm_open($file);

$name rpm_get_tag($rpmrRPMREADER_NAME);
echo 
"$name<br>\n";

rpm_close($rpmr);

?>

Смотрите также



Вернуться к: RPM Reader Функции

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware