summaryrefslogtreecommitdiffstats
path: root/rpminfo.stub.php
blob: 543cc5fa8bcf298d23665725487cbcc1e5a617da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/** @generate-function-entries */

function rpmaddtag(int $rpmtag): bool {}

function rpmdbinfo(string $nevr, bool $full = false): Array|null {}

function rpmdbsearch(string $pattern, int $rpmtag = RPMTAG_NAME, int $rpmmire = -1, bool $full = false): Array|null {}

function rpminfo(string $path, bool $full = false, ?string &$error = null): Array|null {}

function rpmvercmp(string $evr1, string $evr2): int {}