电动小老虎2018-01-24 15:07:47
我覺得有2處錯誤 不知道對不對,你參考一下。
錯誤1 初始化的時候沒有初始化父類別 parnet :: _initialize( )
錯誤2 empty 和is_null 是兩個概念 一個空的資料是否可以轉換成為flase 一個是null 值
庙凡2018-01-23 17:28:48
用法不對吧
<?php define("GREETING","Hello world!",TRUE); echo constant("greeting"); ?>
第17行換成,試試看
if(empty(constant('USER_ID')))