コード例 #1
0
ファイル: Http.php プロジェクト: hongbo819/APILJL
 /**
  * 设置404 Header信息
  */
 public static function send404Header()
 {
     API_Http::send404Header();
 }