Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
phprs
util
SerializableFunc
PHP Class phprs\util\SerializableFunc
Author:
caoym
显示文件
Open project: caoym/phprs-restful
Public Properties
Property
Type
Description
$next
unknown
串行调用
Public Methods
Method
Description
__construct
( )
方法,绑定参数 如 func,arg1,arg2 array('a','method1'), arg1,arg2
__invoke
( ) :
mixed
调用时,将bind参数加在方法的最前面
Method Details
__construct()
public
method
方法,绑定参数 如 func,arg1,arg2 array('a','method1'), arg1,arg2
public
__construct
( )
__invoke()
public
method
调用时,将bind参数加在方法的最前面
public
__invoke
( ) :
mixed
return
mixed
Property Details
$next
public_oe property
串行调用
public
unknown
$next
return
unknown