"app",     "b" => "bus", ); //这种 key =>  value"/>  "app",     "b" => "bus", ); //这种 key =>  value">

Home >Backend Development >PHP Tutorial > php数组,该怎么解决

php数组,该怎么解决

WBOY
WBOYOriginal
2016-06-13 12:38:04883browse

php数组

<br />
$array = array(<br />
    "a" => "app",<br />
    "b" => "bus",<br />
);<br />
//这种 key =>  value方式可以动态的添加到$array吗<br />

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