Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
registry
PHP 클래스 registry
상속:
extends
singleton
,
implements
ArrayAccess
파일 보기
프로젝트 열기: anchorcms/anchor-cms
1 사용 예제들
공개 메소드들
메소드
설명
get
(
$key
,
$default
= null )
has
(
$key
)
prop
(
$object
,
$key
= false,
$default
= null )
set
(
$key
,
$value
)
메소드 상세
get()
공개
정적인
메소드
public
static
get
(
$key
,
$default
= null )
has()
공개
정적인
메소드
public
static
has
(
$key
)
prop()
공개
정적인
메소드
public
static
prop
(
$object
,
$key
= false,
$default
= null )
set()
공개
정적인
메소드
public
static
set
(
$key
,
$value
)