2012年3月13日

PHP异常学习练习

摘要: <?php class Exception_1 extends Exception { private $error; public function __construct($error) { return $this->error=$error; } } class Exception_2 extends Exception { private $error; public function __construct($error) { return $this->error=$error; } } class Test_throw { public function __ 阅读全文

posted @ 2012-03-13 11:39 wenjuncool 阅读(134) 评论(0) 推荐(0) 编辑

导航