Input::GetMethod PHP 메소드

GetMethod() 공개 정적인 메소드

Returns the method used to read the input data: GET, POST etc.
public static GetMethod ( ) : string
리턴 string
    public static function GetMethod()
    {
        return $_SERVER['REQUEST_METHOD'];
    }