rpmvercmp
(PECL rpminfo >= 0.1.0)
rpmvercmp — RPM version comparison
説明
Compare two RPM package versions.
パラメータ
evr1
-
First
epoch:version-release
string. evr2
-
Second
epoch:version-release
string. operator
-
An optional operator. The possible operators are:
<
orlt
;<=
orle
;>
orgt
;>=
orge
;==
,=
oreq
;!=
,<>
orne
.This parameter is case-sensitive, values should be lowercase.
戻り値
Returns -1
if evr1
is less than
evr2
, 1
if evr1
is
greater than evr2
, and 0
if they are equal.
When using the optional operator
argument, the
function will return true
if the relationship is the one specified
by the operator, false
otherwise.
変更履歴
バージョン | 説明 |
---|---|
PECL rpminfo 0.7.0 |
Optional operator was added.
|
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google