Home >Backend Development >PHP Tutorial >为什么php手册中好多函数参数后面都有半个中括号?这些括号有什么意义昵?

为什么php手册中好多函数参数后面都有半个中括号?这些括号有什么意义昵?

WBOY
WBOYOriginal
2016-06-06 20:25:561759browse

为什么php手册中好多函数参数后面都有半个中括号?这些括号有什么意义昵?
一直有这个疑问,google,百度都没有答案,不知道有没有人可以给个解答。
感谢

回复内容:

为什么php手册中好多函数参数后面都有半个中括号?这些括号有什么意义昵?
一直有这个疑问,google,百度都没有答案,不知道有没有人可以给个解答。
感谢

<code class="php">array array_filter ( array $array [, callable $callback [, int $flag = 0 ]] )</code>

你指 $callback$flag 这两个参数的中括号的话,表示这些是可选参数

Statement:
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