这篇文章主要介绍了php定义数组和使用示例(php数组的定义方法),需要的朋友可以参考下
这个是一个php关于数组的例子,简要的说明了数组的基本使用,示例中加放了注释
代码如下:
\"水果\",\"b\"=>\"汽车\");
//可以这样去引用
$ex[\"a\"];//对应的值就是水果
$ex[\"b\"];//对应的值就是汽车
//也可以创建这样的键值符合型的数组
?>
http://www.bkjia.com/PHPjc/747557.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/747557.htmlTechArticle这篇文章主要介绍了php定义数组和使用示例(php数组的定义方法),需要的朋友可以参考下 这个是一个php关于数组的例子,简要的说明了数组的...
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