phpbar.de logo

Mailinglisten-Archive

[php] Funktionsaufruf über Variable Klasse statisch

[php] Funktionsaufruf über Variable Klasse statisch

Niels Jäckel niels.jaeckel at silice.de
Sam Mai 31 16:58:36 CEST 2008


Hallo Thomas,

> Das funktioniert nicht:
> 
> $call_my_function = 'my_func_class::test_method';
> print $call_my_function('blabla');
> 
> Da gibt es dann nur Call to undefined function my_func_class::test_method()
> 
> Wie bekommt man das zum laufen?

damit sollte das gehen:

call_user_func(array('my_func_class', 'test_method'), 'blablabla');


Viele Grüße,
Niels


php::bar PHP Wiki   -   Listenarchive