PeServer

HttpRequestExists
in package

Read onlyYes

HTTPリクエスト存在確認。

Table of Contents

Constants

KIND_FILE  = 4
FILE
KIND_GET  = 2
GET
KIND_NONE  = 0
使わん
KIND_POST  = 3
POST
KIND_URL  = 1
URL

Properties

$exists  : bool
$kind  : int
$name  : string

Methods

__construct()  : mixed
生成。

Constants

Properties

Methods

__construct()

生成。

public __construct(string $name, bool $exists, self::KIND_* $kind) : mixed
Parameters
$name : string

パラメータ名。

$exists : bool

存在するか。

$kind : self::KIND_*

種別。


        
On this page

Search results