Gen. partnerAlgotech

PHP funkce call_user_func()

Call a user function given by the first parameter

|
11. září 2019

Dostupnost ve verzích: PHP 4.0

Call a user function given by the first parameter

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$function callback není The function to be called. Class methods may also be invoked statically using this function by passing array($classname, $methodname) to this parameter. Additionally class methods of an object instance may be called by passing array($objectinstance, $methodname) to this parameter.
$parameter mixed null, Zero or more parameters to be passed to the function.
$_ mixed null

mixed

the function result, or false on error.

Další zdroje

Oficiální dokumentace funkce call-user-func

Načítání komentářů...

Zůstaňte v obraze

Přihlaste se k odběru našeho newsletteru a získejte nejnovější informace o kybernetické bezpečnosti přímo do vaší e-mailové schránky.

Vaše údaje jsou v bezpečí. Newsletter můžete kdykoliv odhlásit.