



|
Manuel PHP
|
|
Table : .debug zval dump.doubleval .floatval() .empty .floatval .get defined vars .get resource type .gettype .import request variables .intval .is array .is binary .is bool .is buffer .is callable .is double .is float() .is float .is int .is integer .is int() .is long .is null .is numeric .is object .is real .is resource .is scalar .is string .is unicode .isset .print r .serialize .settype .strval .unserialize .unset .var dump .var export |
is_callableis_callableDescriptionbool is_callable ( mixed var [, bool syntax_only [, string &callable_name]] )is_callable() vérifie qu'une variable peut être appelée comme fonction. Cette fonction peut vérifier qu'une variable contient un nom de fonction valide, ou bien qu'elle contient un tableau, avec un objet et un nom de méthode.
Le paramètre
Si l'argument
L'argument
Voir aussi function_exists() et method_exists().
|

