码迷,mamicode.com
首页 > 编程语言 > 详细

php数组键(“ ” ,null,false, true)的问题

时间:2018-04-03 22:07:46      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:int   []   gpo   col   struct   color   class   false   php数组   

 $arr =[
    1=>‘controller‘,
    2=>‘destruct‘,
    ‘‘=>‘construct‘,     //索引  []
    null =>‘swith‘,   //索引  []
    true=>‘while‘,       //索引  1
    false=>‘zero‘,       //索引  0


 ];
 print_r($arr);

 

php数组键(“ ” ,null,false, true)的问题

标签:int   []   gpo   col   struct   color   class   false   php数组   

原文地址:https://www.cnblogs.com/abc31/p/8711156.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!