? 預(yù)定義常量
call_user_func_array ?
Bejson.com
PHP Manual
函數(shù)處理
函數(shù)處理 函數(shù)
函數(shù)處理 函數(shù)
目錄
call_user_func_array
— 調(diào)用回調(diào)函數(shù),并把一個(gè)數(shù)組參數(shù)作為回調(diào)函數(shù)的參數(shù)
call_user_func
— 把第一個(gè)參數(shù)作為回調(diào)函數(shù)調(diào)用
create_function
— Create an anonymous (lambda-style) function
forward_static_call_array
— Call a static method and pass the arguments as array
forward_static_call
— Call a static method
func_get_arg
— 返回參數(shù)列表的某一項(xiàng)
func_get_args
— 返回一個(gè)包含函數(shù)參數(shù)列表的數(shù)組
func_num_args
— Returns the number of arguments passed to the function
function_exists
— 如果給定的函數(shù)已經(jīng)被定義就返回 true
get_defined_functions
— 返回所有已定義函數(shù)的數(shù)組
register_shutdown_function
— 注冊(cè)一個(gè)會(huì)在php中止時(shí)執(zhí)行的函數(shù)
register_tick_function
— 注冊(cè)一個(gè)函數(shù)以便在每個(gè) tick 上執(zhí)行
unregister_tick_function
— De-register a function for execution on each tick