PHP 錯誤與異常 筆記與總結(18 )頁面重定向實現

在發生錯誤時,將用戶重定向到另一個頁面。 1 <?php 2 header('content-type:text/html; charset=utf-8'); 3 4 class ExceptionRedirectHandler{ 5 6 protected $_exception; 7 protected $redirect = '404.html'; 8
相關文章
相關標籤/搜索