search
Homephp教程php手册php定义数组和使用示例(php数组的定义方法)

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

这个是一个php关于数组的例子,简要的说明了数组的基本使用,示例中加放了注释

复制代码 代码如下:


//定义一个字符串数组
$fruit = array(\"apple\",\"orange\");
//引用数组的值
$fruit[0];//代表的值是apple
$fruit[1];//代表的值是orange
//值得注意的是,数组的索引是从0开始的,,学过c 和java 的人都知道呀。

//定义一个数值型的数组
$number = array(1,2,3,4,5);//引用数组的值同上

//定义一个符合型的数组
$mix = array(1,\"example\",\"hello\",2.5);//引用数组的值同上

//还可以用键值方式定义数组
$ex = array(\"a\"=>\"水果\",\"b\"=>\"汽车\");
//可以这样去引用
$ex[\"a\"];//对应的值就是水果
$ex[\"b\"];//对应的值就是汽车
//也可以创建这样的键值符合型的数组
?>

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)