downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

rpm_get_tag> <RPM Reader Funktionen
[edit] Last updated: Fri, 17 May 2013

view this page in

rpm_close

(PECL rpmreader >= 0.1.0)

rpm_closeCloses an RPM file

Beschreibung

bool rpm_close ( resource $rpmr )

rpm_close() will close an RPM file pointer.

Parameter-Liste

rpmr

A file pointer resource successfully opened by rpm_open().

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Beispiele

Beispiel #1 rpm_close() example

<?php

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

rpm_close($rpmr);

?>

Siehe auch



add a note add a note User Contributed Notes rpm_close - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites