HttpRequestExists
in package
Read onlyYes
HTTPリクエスト存在確認。
Table of Contents
Constants
Properties
Methods
- __construct() : mixed
- 生成。
Constants
KIND_FILE
FILE
public
mixed
KIND_FILE
= 4
KIND_GET
GET
public
mixed
KIND_GET
= 2
KIND_NONE
使わん
public
mixed
KIND_NONE
= 0
KIND_POST
POST
public
mixed
KIND_POST
= 3
KIND_URL
URL
public
mixed
KIND_URL
= 1
Properties
$exists
public
bool
$exists
$kind
public
int
$kind
$name
public
string
$name
Methods
__construct()
生成。
public
__construct(string $name, bool $exists, self::KIND_* $kind) : mixed
Parameters
- $name : string
-
パラメータ名。
- $exists : bool
-
存在するか。
- $kind : self::KIND_*
-
種別。