预定义常量
call_user_func_array
Function Handling
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
Function handling 函数
Table of Contents
call_user_func_array
— Call a user function given with an array of parameters
call_user_func
— Call a user function given by the first parameter
create_function
— Create an anonymous (lambda-style) function
func_get_arg
— Return an item from the argument list
func_get_args
— Returns an array comprising a function's argument list
func_num_args
— Returns the number of arguments passed to the function
function_exists
— Return TRUE if the given function has been defined
get_defined_functions
— Returns an array of all defined functions
register_shutdown_function
— Register a function for execution on shutdown
register_tick_function
— Register a function for execution on each tick
unregister_tick_function
— De-register a function for execution on each tick
预定义常量
call_user_func_array
Function Handling
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程