Neuron-PHP

RequestMethod
in package

Representation of an http request method.

Table of Contents

Constants

DELETE  = 5
GET  = 3
POST  = 2
PUT  = 1
UNKNOWN  = 256

Methods

getType()  : int
Gets the text string for a type.

Constants

Methods

getType()

Gets the text string for a type.

public static getType(mixed $Method) : int
Parameters
$Method : mixed

string type override.

Return values
int

        
On this page

Search results