CodeIgniter v4.5 API

Method
in package

HTTP Method List

Table of Contents

Constants

CONNECT  = 'CONNECT'
Safe: No Idempotent: No Cacheable: No
DELETE  = 'DELETE'
Safe: No Idempotent: Yes Cacheable: No
GET  = 'GET'
Safe: Yes Idempotent: Yes Cacheable: Yes
HEAD  = 'HEAD'
Safe: Yes Idempotent: Yes Cacheable: Yes
OPTIONS  = 'OPTIONS'
Safe: Yes Idempotent: Yes Cacheable: No
PATCH  = 'PATCH'
Safe: No Idempotent: No Cacheable: Only if freshness information is included
POST  = 'POST'
Safe: No Idempotent: No Cacheable: Only if freshness information is included
PUT  = 'PUT'
Safe: No Idempotent: Yes Cacheable: No
TRACE  = 'TRACE'
Safe: Yes Idempotent: Yes Cacheable: No

Methods

all()  : array<int, string>
Returns all HTTP methods.

Constants

Methods

all()

Returns all HTTP methods.

public static all() : array<int, string>
Return values
array<int, string>

        
On this page

Search results