PeServer

HttpRedirectOptions
in package

Read onlyYes

HttpClient リダイレクト設定データ。

Table of Contents

Constants

DEFAULT_AUTO_REFERER  = true
DEFAULT_COUNT  = 20

Properties

$autoReferer  : bool
$count  : int
$isEnabled  : bool

Methods

__construct()  : mixed
生成

Constants

Properties

Methods

__construct()

生成

public __construct([bool $isEnabled = true ][, int $count = self::DEFAULT_COUNT ][, bool $autoReferer = self::DEFAULT_AUTO_REFERER ]) : mixed
Parameters
$isEnabled : bool = true

リダイレクトするか

$count : int = self::DEFAULT_COUNT

リダイレクト最大回数

$autoReferer : bool = self::DEFAULT_AUTO_REFERER

リファラを付与するか

Tags
codeCoverageIgnore

        
On this page

Search results