示例#1 Exception::getMessage()示例. <?php try { throw new Exception("Some error message"); } catch(Exception $e) { echo $e->getMessage(); }
確定! 回上一頁