Mailinglisten-Archive |
Hi,
> Kann mir jemand sagen wie ich eine Funktion aufrufen kann, deren #Name' in
> einer Variablen gespeichert ist?
eben etwas herumprobert:
function test1()
{
echo "Hallo\n";
}
$test2 = "test1";
$test2();
Gruß, Reinhold
--
Reinhold Jordan
WWW: http://reinhold.bachrain.de Mail: reinhold at bachrain.de
"The first time you'll get a Microsoft product, that doesn't suck,
will be the day they start producing vacuum cleaners." (unknown)
php::bar PHP Wiki - Listenarchive