phpbar.de logo

Mailinglisten-Archive

[php] dynamische konstante

[php] dynamische konstante

Michael Koch mkoch_(at)_bremen-ports.de
Thu, 15 Feb 2001 14:03:26 +0100


Am Don, 15 Feb 2001 schrieben Sie:
> Hallo
> 
> Ist es möglich den Konstantennamen beim Aufruf dynamisch zu erzeugen, also
> ungefähr so:
> 
> define ("KONS_TANTE","hallo");
> 
> $x = "TANTE";
> 
> echo KONS_$x;

wie wärs mit:


$x = "TANTE";
define( 'KONS_' . $x, "hallo" );


gruss,
Michael

-- 
KDE - fan, enthusiast and developer
koch_(at)_kde.org, http://www.kde.org


php::bar PHP Wiki   -   Listenarchive