Home > php教程 > php手册 > php 获取可变函数参数的函数

php 获取可变函数参数的函数

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:21:51
Original
961 people have browsed it

func_num_args() 返回传递给该函数参数的个数

func_get_arg($arg_num) 取得指定位置的参数值,$arg_num位置index从0开始n-1。

func_get_args() 返回包含所有参数的数组

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template