コード例 #1
0
ファイル: Http.class.php プロジェクト: AmineCherrai/rostanvo
 /**
  * start the server
  *
  * @access   public
  */
 public function start()
 {
     try {
         $this->driver->start();
     } catch (Exception $e) {
         die("\n" . $e->getMessage());
     }
 }