コード例 #1
0
ファイル: Session.php プロジェクト: rockefys/server
 /**
  * @inheritdoc
  */
 public function id($id = null)
 {
     return HttpProtocol::getSessionID();
 }
コード例 #2
0
ファイル: Http.php プロジェクト: rockefys/server
 /**
  * @inheritdoc
  */
 public function headerRemove($name = null)
 {
     HttpProtocol::headerRemove($name);
 }