Php/docs/function.rpmvercmp

提供:Dev Guides
< Php
移動先:案内検索

rpmvercmp

(PECL rpminfo >= 0.1.0)

rpmvercmpRPM version comparison


説明

rpmvercmp ( string $evr1 , string $evr2 ) : int

Compare 2 RPM versions.


パラメータ

evr1
First epoch:version-release string
evr2
Second epoch:version-release string


返り値

Returns < 0 if evr1 is less than evr2, > 0 if evr1 is greater than evr2, and 0 if they are equal.