超智网
登录
首页
话题
股市
PHP对函数的处理函数
发布日期:2014-03-25 00:03:27
basic function
php
call_user_func_array
— 调用用户定义的函数,参数使用数组传递。Call a callback with an array of parameters
call_user_func
— 调用用户定义的函数,传递一个参数,且参数为非引用。Call the callback given by the first parameter
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
— 返回指定的参数。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
— 注册shutdown函数。Register a function for execution on shutdown
register_tick_function
— 注册tick函数。Register a function for execution on each tick
unregister_tick_function
— 取消注册的tick函数。De-register a function for execution on each tick
发表评论
提交
网页设计 / Logo © 2014-2016 By 随风行 @ 超智网
苏ICP备14003132号-2
Rev 2017.3.10