例外處理(exception handling) 為控制程式發生錯誤後的機制, PHP 使用try 、 throw ... PHP 5.5 以後增加finally ,這是所有catch 進行完一定會被執行的部份。
www.google.com.tw