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
think
controller
Yar
PHP Class think\controller\Yar
Exibir arquivo
Open project: top-think/framework
Public Methods
Method
Description
__call
(
string
$method
,
array
$args
) :
mixed
魔术方法 有不存在的操作的时候执行
__construct
( )
架构函数
Method Details
__call()
public
method
魔术方法 有不存在的操作的时候执行
public
__call
(
string
$method
,
array
$args
) :
mixed
$method
string
方法名
$args
array
参数
return
mixed
__construct()
public
method
架构函数
public
__construct
( )