Home > php教程 > php手册 > body text

php定义数组和使用示例

WBOY
Release: 2016-06-13 09:39:53
Original
788 people have browsed it

 这篇文章主要介绍了php定义数组和使用示例(php数组的定义方法),需要的朋友可以参考下

这个是一个php关于数组的例子,简要的说明了数组的基本使用,示例中加放了注释      代码如下: \"水果\",\"b\"=>\"汽车\"); //可以这样去引用 $ex[\"a\"];//对应的值就是水果 $ex[\"b\"];//对应的值就是汽车 //也可以创建这样的键值符合型的数组 ?>  
source:php.cn
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!