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
Amp
Pause
PHP Class Amp\Pause
Inheritance:
implements
amp\Promise
,
use trait
Amp\Internal\Placeholder
显示文件
Open project: amphp/amp
Public Methods
Method
Description
__construct
(
integer
$time
,
mixed
$value
= null )
Method Details
__construct()
public
method
public
__construct
(
integer
$time
,
mixed
$value
= null )
$time
integer
Milliseconds before succeeding the promise.
$value
mixed
Succeed the promise with this value.