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) | |
pipeTo (callable $callback) | |
Static Public Member Functions | |
static | suspend (mixed $value=null) |
@generate-class-entries static @undocumentable
Definition at line 8 of file fiber.stub.php.
_ZendTestFiber::__construct | ( | callable | $callback | ) |
Definition at line 10 of file fiber.stub.php.
_ZendTestFiber::pipeTo | ( | callable | $callback | ) |
Definition at line 16 of file fiber.stub.php.
_ZendTestFiber::resume | ( | mixed | $value = null | ) |
Definition at line 14 of file fiber.stub.php.
_ZendTestFiber::start | ( | mixed ... | $args | ) |
Definition at line 12 of file fiber.stub.php.
|
static |
Definition at line 18 of file fiber.stub.php.