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 Funções
[edit] Last updated: Fri, 14 Jun 2013

view this page in

rpm_close

(PECL rpmreader >= 0.1.0)

rpm_closeCloses an RPM file

Descrição

bool rpm_close ( resource $rpmr )

rpm_close() will close an RPM file pointer.

Parâmetros

rpmr

A file pointer resource successfully opened by rpm_open().

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Exemplos

Exemplo #1 rpm_close() example

<?php

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

rpm_close($rpmr);

?>

Veja Também



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