Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ClassWithSpecialMethods
PHP 클래스 ClassWithSpecialMethods, simpletest
파일 보기
프로젝트 열기: simpletest/simpletest
공개 메소드들
메소드
설명
__call
(
$method
,
$arguments
)
__get
(
$name
)
__isset
(
$name
)
__set
(
$name
,
$value
)
__toString
( )
__unset
(
$name
)
메소드 상세
__call()
공개
메소드
public
__call
(
$method
,
$arguments
)
__get()
공개
메소드
public
__get
(
$name
)
__isset()
공개
메소드
public
__isset
(
$name
)
__set()
공개
메소드
public
__set
(
$name
,
$value
)
__toString()
공개
메소드
public
__toString
( )
__unset()
공개
메소드
public
__unset
(
$name
)