Description Call a function Output
type boolean description the value returned by the function, 1 on success, 0 on fail Parameters
$func type pointeur to %HASH description the function $param type pointeur to %HASH description the parameters to give to this function
Description check if a function can be called Output
type boolean description 0 if this function can be called, 0 otherwise Parameters
$func type pointeur to %HASH description the function
Description returns the list of available drivers for a user identified by its session Output
type @ARRAY description the list of available drivers Parameters
$id_session type $STRING description the session $hide type $STRING description set it to 'hide' for removing driver name which must be hidden
Description check if an element is in an array Output
type boolean description 1 if the element is present in the list, 0 otherwise Parameters
$element type $STRING description the element to search $rlist type pointeur to @ARRAY description the list where search