Query: rpm_open
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RPM_OPEN(3) 1 RPM_OPEN(3) rpm_open - Opens an RPM fileSYNOPSISresource rpm_open (string $filename)DESCRIPTIONrpm_open(3) will open an RPM file and will determine if the file is a valid RPM file.PARAMETERSo $filename - The filename of the RPM file you wish to open.RETURN VALUESIf the open succeeds, then rpm_open(3) will return a file pointer resource to the newly opened file. On error, the function will return FALSE.EXAMPLESExample #1 rpm_open(3) example <?php $file = "/path/to/file.rpm"; $rpmr = rpm_open($file); rpm_close($rpmr); ?>SEE ALSOrpm_close(3). PHP Documentation Group RPM_OPEN(3)
Related Man Pages |
---|
globus-spec-creator(1) - debian |
opendir(3) - php |
bcompiler_write_file(3) - php |
dbase_open(3) - php |
sqlite_open(3) - php |
Similar Topics in the Unix Linux Community |
---|
Problems installing SSH on AIX 5.2 |
insmod: Invalid module format error |
Kernel Source files Confusion |
To delete the common parts (version and suffix) to get the package name |