RPM_CLOSE(3) 1 RPM_CLOSE(3) rpm_close - Closes an RPM fileSYNOPSISbool rpm_close (resource $rpmr)DESCRIPTIONrpm_close(3) will close an RPM file pointer.PARAMETERSo $rpmr - A file pointer resource successfully opened by rpm_open(3).RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 rpm_close(3) example <?php $file = "/path/to/file.rpm"; $rpmr = rpm_open($file); rpm_close($rpmr); ?>SEE ALSOrpm_open(3). PHP Documentation Group RPM_CLOSE(3)
| Related Man Pages |
|---|
| fbsql_close(3) - php |
| imagepsextendfont(3) - php |
| maxdb_autocommit(3) - php |
| pg_result_seek(3) - php |
| rewind(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Please Welcome Don Cragun as Lead Moderator |
| Status of UNIX.COM Forum Transformation |