Availability in `PHP 4.0`
Call a user function given by the first parameter
Parameter | Data type | Default value | Note |
---|---|---|---|
$function |
callback |
not | 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.
Official documentation for call-user-func
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en