Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Basic_Object
PHP Class Basic_Object
Exibir arquivo
Open project: lucatume/wp-browser
Class Usage Examples
Public Methods
Method
Description
__call
(
$name
,
$arguments
)
__get
(
$name
)
__isset
(
$name
)
__set
(
$name
,
$value
)
__unset
(
$name
)
Private Methods
Method
Description
callMe
( )
Method Details
__call()
public
method
public
__call
(
$name
,
$arguments
)
__get()
public
method
public
__get
(
$name
)
__isset()
public
method
public
__isset
(
$name
)
__set()
public
method
public
__set
(
$name
,
$value
)
__unset()
public
method
public
__unset
(
$name
)