示例#1
0
 static function IsPut()
 {
     return (string) self::Method() == (string) RequestMethod::Put();
 }