php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_fibers.stub.php
Go to the documentation of this file.
1
<?php
2
4
9
final
class
Fiber
10
{
11
public
function
__construct
(callable $callback) {}
12
13
public
function
start
(mixed ...$args): mixed {}
14
15
public
function
resume
(mixed $value = null): mixed {}
16
17
public
function
throw
(
Throwable
$exception): mixed {}
18
19
public
function
isStarted
(): bool {}
20
21
public
function
isSuspended
(): bool {}
22
23
public
function
isRunning
(): bool {}
24
25
public
function
isTerminated
(): bool {}
26
27
public
function
getReturn
(): mixed {}
28
29
public static
function
getCurrent
(): ?
Fiber
{}
30
31
public static
function
suspend
(mixed $value = null): mixed {}
32
}
33
34
final class
FiberError
extends
Error
35
{
36
public
function
__construct
() {}
37
}
Error
Definition
zend_exceptions.stub.php:85
FiberError
Definition
zend_fibers.stub.php:35
FiberError\__construct
__construct()
Definition
zend_fibers.stub.php:36
Fiber
Definition
zend_fibers.stub.php:10
Fiber\getCurrent
static getCurrent()
Definition
zend_fibers.stub.php:29
Fiber\suspend
static suspend(mixed $value=null)
Definition
zend_fibers.stub.php:31
Fiber\getReturn
getReturn()
Definition
zend_fibers.stub.php:27
Fiber\start
start(mixed ... $args)
Definition
zend_fibers.stub.php:13
Fiber\isTerminated
isTerminated()
Definition
zend_fibers.stub.php:25
Fiber\throw
throw(Throwable $exception)
Definition
zend_fibers.stub.php:17
Fiber\isSuspended
isSuspended()
Definition
zend_fibers.stub.php:21
Fiber\isStarted
isStarted()
Definition
zend_fibers.stub.php:19
Fiber\__construct
__construct(callable $callback)
Definition
zend_fibers.stub.php:11
Fiber\resume
resume(mixed $value=null)
Definition
zend_fibers.stub.php:15
Fiber\isRunning
isRunning()
Definition
zend_fibers.stub.php:23
Throwable
Definition
zend_exceptions.stub.php:8
function
function(EX_VAR(opline->result.var))
Zend
zend_fibers.stub.php
Generated on Sat Aug 23 2025 01:46:14 for php-internal-docs by
1.13.2