PeServer

Environment
in package

環境情報。

Table of Contents

Properties

$environment  : string
$revision  : string

Methods

__construct()  : mixed
get()  : string
getRevision()  : string
getVariable()  : string|null
環境変数取得。
is()  : bool
isDevelopment()  : bool
isProduction()  : bool
isTest()  : bool
setVariable()  : void
環境変数設定。

Properties

Methods

__construct()

public __construct(string $locale, string $language, string $timezone, string $environment, string $revision) : mixed
Parameters
$locale : string
$language : string
$timezone : string
$environment : string
$revision : string

getRevision()

public getRevision() : string
Return values
string

getVariable()

環境変数取得。

public static getVariable(non-empty-string $name) : string|null

getenv ラッパー。

Parameters
$name : non-empty-string
Tags
see
https://www.php.net/manual/function.getenv.php
Return values
string|null

環境変数の値。取得できなかった場合に null。

is()

public is(string $environment) : bool
Parameters
$environment : string
Return values
bool

isDevelopment()

public isDevelopment() : bool
Return values
bool

isProduction()

public isProduction() : bool
Return values
bool

        
On this page

Search results