Maison >développement back-end >tutoriel php > 问个菜鸟的关于数组的有关问题

问个菜鸟的关于数组的有关问题

WBOY
WBOYoriginal
2016-06-13 13:40:54842parcourir

问个初学者的关于数组的问题
下面这个定义数组的代码没怎么看明白

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
$condition = array(
    'team_type' => 'normal',
    "begin_time 


第一个是给数组加一个元素 team_type 赋值normal
可第二句是什么意思啊?

------解决方案--------------------
第二句是卖眼镜的检测视力用的。
array(
team_type=>'normal',
"xxxxxx");

这么看你就不会疑惑了

0=>"begin_time
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn