亚洲韩日午夜视频,欧美日韩在线精品一区二区三区,韩国超清无码一区二区三区,亚洲国产成人影院播放,久草新在线,在线看片AV色

您好,歡迎來到思海網絡,我們將竭誠為您提供優質的服務! 誠征網絡推廣 | 網站備案 | 幫助中心 | 軟件下載 | 購買流程 | 付款方式 | 聯系我們 [ 會員登錄/注冊 ]
促銷推廣
客服中心
業務咨詢
有事點擊這里…  531199185
有事點擊這里…  61352289
點擊這里給我發消息  81721488
有事點擊這里…  376585780
有事點擊這里…  872642803
有事點擊這里…  459248018
有事點擊這里…  61352288
有事點擊這里…  380791050
技術支持
有事點擊這里…  714236853
有事點擊這里…  719304487
有事點擊這里…  1208894568
有事點擊這里…  61352289
在線客服
有事點擊這里…  531199185
有事點擊這里…  61352288
有事點擊這里…  983054746
有事點擊這里…  893984210
當前位置:首頁 >> 技術文章 >> 文章瀏覽
技術文章

php 中 define 定義常量和單雙引號問題

添加時間:2014-12-26 3:11:59  添加: 思海網絡 
一、define定義常量問題
      
<?php  
define('DATABASE', 'MYSQL');  
define('DATABASE_USER', 'ROOT');  
define('DATABASE_PASSWORD', 'PASSWORD');  
?>
 
             直接使用"DATABASE"常量,代表的就是"MYSQL"。
 
             $arr = array('fruit'=>'apple','veggie'=>'carrot');
 
             define('fruit','veggie');
             
             print $arr['fruit'];   //  apple
             print $arr[fruit];  //  carrot  
            * 注意 :[] 中沒有引號。php會自動把key值當作常量來解析,然后去內存中找對應的常量,于是找到了fruit,然后解析key值。然后再去內存中找常量,沒找到veggie,然后就把veggie當作真正的key值,找到對應的值。
               
二、單雙引號問題
 
    error_reporting(E_ALL);
     $arr = array('fruit'=>'apple','veggie'=>'carrot');
 
    define('fruit','veggie');
    print $arr['fruit']; echo '<br/>';    //apple
    print $arr[fruit]; echo '<br/>';    //carrot
    print "hello $arr[fruit]"; echo '<br/>';  // apple
    print "hello {$arr[fruit]}"; echo '<br/>'; // hello carrot
    print "hello {$arr['fruit']}";  echo '<br/>';// hello apple
   //print "Hello $arr['fruit']"; // 有錯誤
   //print "hello $_GET['foo']"; // 有錯誤
   print "Hello " . $arr['fruit']; // Hello apple
 
注意: 數組方括號中如果沒有加引號,php會首先按照常量來解析。
關鍵字:php、常量、數組
分享到:

頂部 】 【 關閉
版權所有:佛山思海電腦網絡有限公司 ©1998-2024 All Rights Reserved.
聯系電話:(0757)22630313、22633833
中華人民共和國增值電信業務經營許可證: 粵B1.B2-20030321 備案號:粵B2-20030321-1
網站公安備案編號:44060602000007 交互式欄目專項備案編號:200303DD003  
察察 工商 網安 舉報有獎  警警  手機打開網站