PHP.nl

rpmexpand

rpmexpand

Retrieve expanded value of a RPM macro

string **rpmexpand** string $text

Retrieve expanded value of a RPM macro.

textText with RPM macros to expand.

A with concatenated macro expansions. string

Voorbeeld: A example

<?php
$distro = rpmexpand("%{?fedora:Fedora %{fedora}}%{?rhel:Enterprise Linux %{rhel}}");
print_r($distro);
?>
Fedora 41

rpmexpandnumeric