Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
g
PHP 클래스 g, kirby
파일 보기
프로젝트 열기: bastianallgeier/kirby
1 사용 예제들
공개 메소드들
메소드
설명
get
(
mixed
$key
= null,
mixed
$default
= null ) :
mixed
Gets an global value by key
set
(
string
$key
,
mixed
$value
= null )
Sets a global by key
메소드 상세
get()
정적인
공개
메소드
Gets an global value by key
static
public
get
(
mixed
$key
= null,
mixed
$default
= null ) :
mixed
$key
mixed
The key to look for. Pass false or null to return the entire globals array.
$default
mixed
Optional default value, which should be returned if no element has been found
리턴
mixed
set()
정적인
공개
메소드
Sets a global by key
static
public
set
(
string
$key
,
mixed
$value
= null )
$key
string
The key to define
$value
mixed
The value for the passed key