(no version information, might be only in CVS)
rpm_close() will close an RPM file pointer.
rpmr
A file pointer resource successfully opened by rpm_open().
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ.
PÅ™Ãklad 1. rpm_close() example
<?php$file = "/path/to/file.rpm";$rpmr = rpm_open($file);rpm_close($rpmr);?>