



|
Manuel PHP
|
|
Table : .call user func array.call user func .create function .func get arg .func get args .func num args .function exists .get defined functions .register shutdown function .register tick function .unregister tick function |
call_user_funccall_user_funcDescriptionmixed call_user_func ( callback function [, mixed parameter [, mixed ...]] )
call_user_func() appelle la fonction utilisateur
Les méthodes de classes peuvent être appelées statiquement
en passant array($classname, $methodname) au
paramètre
Voir aussi is_callable(), call_user_func_array() et information à propos de callback type.
|

