php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_ZendTestFiber Class Reference

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)
 

Detailed Description

@generate-class-entries static @undocumentable

Definition at line 8 of file fiber.stub.php.

Constructor & Destructor Documentation

◆ __construct()

_ZendTestFiber::__construct ( callable $callback)

Definition at line 10 of file fiber.stub.php.

Member Function Documentation

◆ pipeTo()

_ZendTestFiber::pipeTo ( callable $callback)

Definition at line 16 of file fiber.stub.php.

◆ resume()

_ZendTestFiber::resume ( mixed $value = null)

Definition at line 14 of file fiber.stub.php.

◆ start()

_ZendTestFiber::start ( mixed ... $args)

Definition at line 12 of file fiber.stub.php.

◆ suspend()

static _ZendTestFiber::suspend ( mixed $value = null)
static

Definition at line 18 of file fiber.stub.php.


The documentation for this class was generated from the following file: