메소드 | 설명 | |
---|---|---|
call_user_func ( |
Calls a function or a method defined by callback with given arguments.
|
|
call_user_func_array ( |
Calls a function or a method defined by callback with arguments stored in an array.
|
|
function_exists ( |
Checks the list of defined functions, both built-in and user-defined.
|
public static call_user_func ( |
||
ctx | Current runtime context. | |
function | IPhpCallable | Target callback. |
리턴 |
public static call_user_func_array ( |
||
ctx | Current runtime context. | |
function | IPhpCallable | Target callback. |
args | Arguments. Can be null. | |
리턴 |
public static function_exists ( |
||
ctx | ||
name | string | |
리턴 | bool |