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> <Funciones del lector RPM
[edit] Last updated: Fri, 17 May 2013

view this page in

rpm_close

(PECL rpmreader >= 0.1.0)

rpm_closeCierra un fichero RPM

Descripción

bool rpm_close ( resource $rpmr )

rpm_close() cerrará el puntero al fichero RPM.

Parámetros

rpmr

Puntero a un fichero correctamente abierto por rpm_open().

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ejemplos

Ejemplo #1 Ejemplo de rpm_close()

<?php

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

rpm_close($rpmr);

?>

Ver también



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 | sitemap | contact | advertising | mirror sites