$input->requestMethod() method

Return the current request method (i.e. GET, POST, etc.) or blank if not known

Possible return values are:

  • GET
  • POST
  • HEAD
  • PUT
  • DELETE
  • OPTIONS
  • or blank if not known

Available since version 3.0.39.

Usage

// basic usage
$string = $input->requestMethod();

// usage with all arguments
$string = $input->requestMethod(string $method = '');

Arguments

NameType(s)Description
method (optional)string

Optionally enter the request method to return bool if current method matches

Return value

string bool


$input methods and properties

API reference based on ProcessWire core version 3.0.214

Twitter updates

    Error retrieving Twitter status

Latest news

  • ProcessWire Weekly #473
    In the 473rd issue of ProcessWire Weekly we'll check out latest core updates, introduce new third party module called Template Fragment Controller, and more. Read on!
    Weekly.pw / 3 June 2023
  • A look at the new Page Edit Restore module
    The new Page Edit Restore module helps to prevent page edits in the admin from getting lost when the user’s session is lost. This post covers it in detail.
    Blog / 12 May 2023
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.