摘要: http://www.jb51.net/article/42451.htm 阅读全文
posted @ 2017-06-22 17:23 sky20080101 阅读(225) 评论(0) 推荐(0) 编辑
摘要: '; echo (!empty($a))?"OK":"NG"; echo ''; echo (isset($b))?"OK":"NG"; echo ''; echo (!empty($b))?"OK":"NG"; echo ''; /* NG NG OK NG */ ?> 阅读全文
posted @ 2017-06-22 15:51 sky20080101 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1) { global $g_analysis_error; echo $g_analysis_error; } 阅读全文
posted @ 2017-06-22 15:28 sky20080101 阅读(80) 评论(0) 推荐(0) 编辑
摘要: getMessage()); } } } //报错://Fatal error: Class 'SomeNamespace/Exception' not found in ... $o=new SomeClass; $o->SomeFunction(); /* string 'Some Error Message' (length=18) */ 阅读全文
posted @ 2017-06-22 14:35 sky20080101 阅读(91) 评论(0) 推荐(0) 编辑
摘要: getPrevious()) { echo "The Previous Exception is: " . $e->getPrevious()->getMessage() . ""; } echo "The Exception is: " . $e->getMessage() . ""; } /* The Prev... 阅读全文
posted @ 2017-06-22 14:24 sky20080101 阅读(290) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-22 13:24 sky20080101 阅读(2) 评论(1) 推荐(0) 编辑
摘要: http://www.baidu.com/link?url=7j3jdx19hRlm8tFo_bwU2Qor0c7cjeDpYbPQakoxQ_1SOygzmhZyhnd1NPNnya5fpONmXezOGQosQaiCkP97b_&wd=&eqid=99e86b330002bb2200000005 阅读全文
posted @ 2017-06-22 08:56 sky20080101 阅读(220) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/57688.htm 阅读全文
posted @ 2017-06-22 08:54 sky20080101 阅读(222) 评论(0) 推荐(0) 编辑