php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (callable $callback) | |
start (mixed ... $args) | |
resume (mixed $value=null) | |
throw (Throwable $exception) | |
isStarted () | |
isSuspended () | |
isRunning () | |
isTerminated () | |
getReturn () | |
Static Public Member Functions | |
static | getCurrent () |
static | suspend (mixed $value=null) |
@generate-class-entries @strict-properties @not-serializable
Definition at line 9 of file zend_fibers.stub.php.
Fiber::__construct | ( | callable | $callback | ) |
Definition at line 11 of file zend_fibers.stub.php.
|
static |
Definition at line 29 of file zend_fibers.stub.php.
Fiber::getReturn | ( | ) |
Definition at line 27 of file zend_fibers.stub.php.
Fiber::isRunning | ( | ) |
Definition at line 23 of file zend_fibers.stub.php.
Fiber::isStarted | ( | ) |
Definition at line 19 of file zend_fibers.stub.php.
Fiber::isSuspended | ( | ) |
Definition at line 21 of file zend_fibers.stub.php.
Fiber::isTerminated | ( | ) |
Definition at line 25 of file zend_fibers.stub.php.
Fiber::resume | ( | mixed | $value = null | ) |
Definition at line 15 of file zend_fibers.stub.php.
Fiber::start | ( | mixed ... | $args | ) |
Definition at line 13 of file zend_fibers.stub.php.
|
static |
Definition at line 31 of file zend_fibers.stub.php.
Fiber::throw | ( | Throwable | $exception | ) |
Definition at line 17 of file zend_fibers.stub.php.