rpminfoGet information from a RPM file Descriptionarraynull rpminfo(string
$path , bool $full = false , string &$error = ?)Retrieve information about a local file, a RPM package. Parameters
Return ValuesAn array of information or NULL on error. Examples
Example #1 A rpminfo example
The above example will output: Array ( [Name] => php-pecl-rpminfo [Version] => 0.4.2 [Release] => 1.el8 [Summary] => RPM information [Buildtime] => 1586244821 [Arch] => x86_64 ) See Also
|