rpmdbsearch

PECL rpminfo >= 0.3.0
rpmdbsearch - Search RPM packages
Manual
Code Examples

rpmdbsearch(
     string$pattern,
     [int$rpmtag = RPMTAG_NAME],
     [int$rpmmire = -1],
     [bool$full = false]
): array

Search packages in the system RPM database.

Parameters

pattern

Value to search for.

rpmtag

Search criterion, one of RPMTAG_* constant, see the rpminfo constants page.

rpmmire

Pattern type, one of RPMMIRE_* constant, see the rpminfo constants page. When < 0 the criterion must equals the value, and database index is used if possible.

full

If true all information headers for the file are retrieved, else only a minimal set.

Return Values

An array of array of information or NULL on error.

Related Functions

Example of rpmdbsearch

Show all examples for rpmdbsearch

PHP Version:


Function rpmdbsearch:

RpmInfo Functions

Most used PHP functions