rpm_is_valid()
rpm_is_valid - Tests a filename for validity as an RPM file
Syntax
bool rpm_is_valid (
string $filename)
Arguments
- filename - The filename of the RPM file you wish to check for validity.
Description
rpm_is_valid() will test an RPM file for validity as an RPM file. This is not the same as rpm_open() as it only checks the file for validity but does not return a file pointer to be used by further functions.
Version
PHP PECL rpmreader >= 0.1.0
Return value
Returns TRUE on success or FALSE on failure.