コード例 #1
0
ファイル: Request.php プロジェクト: aufa/Enproject
 /**
  * Get HTTP method
  * @return string
  */
 public static function getMethod()
 {
     return Internal::strToUpper(Server::Get('REQUEST_METHOD'));
 }