|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | arginfo_class_Fiber_isSuspended arginfo_class_Fiber_isStarted |
| #define | arginfo_class_Fiber_isRunning arginfo_class_Fiber_isStarted |
| #define | arginfo_class_Fiber_isTerminated arginfo_class_Fiber_isStarted |
| #define | arginfo_class_Fiber_suspend arginfo_class_Fiber_resume |
Functions | |
| ZEND_METHOD (Fiber, __construct) | |
| ZEND_METHOD (Fiber, start) | |
| ZEND_METHOD (Fiber, resume) | |
| ZEND_METHOD (Fiber, throw) | |
| ZEND_METHOD (Fiber, isStarted) | |
| ZEND_METHOD (Fiber, isSuspended) | |
| ZEND_METHOD (Fiber, isRunning) | |
| ZEND_METHOD (Fiber, isTerminated) | |
| ZEND_METHOD (Fiber, getReturn) | |
| ZEND_METHOD (Fiber, getCurrent) | |
| ZEND_METHOD (Fiber, suspend) | |
| ZEND_METHOD (FiberError, __construct) | |
| #define arginfo_class_Fiber_isRunning arginfo_class_Fiber_isStarted |
Definition at line 25 of file zend_fibers_arginfo.h.
| #define arginfo_class_Fiber_isSuspended arginfo_class_Fiber_isStarted |
Definition at line 23 of file zend_fibers_arginfo.h.
| #define arginfo_class_Fiber_isTerminated arginfo_class_Fiber_isStarted |
Definition at line 27 of file zend_fibers_arginfo.h.
| #define arginfo_class_Fiber_suspend arginfo_class_Fiber_resume |
Definition at line 35 of file zend_fibers_arginfo.h.
| ZEND_METHOD | ( | Fiber | , |
| __construct | ) |
Definition at line 867 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| getCurrent | ) |
Definition at line 1082 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| getReturn | ) |
Definition at line 1055 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| isRunning | ) |
Definition at line 1033 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| isStarted | ) |
Definition at line 1011 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| isSuspended | ) |
Definition at line 1022 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| isTerminated | ) |
Definition at line 1044 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| resume | ) |
Definition at line 954 of file zend_fibers.c.
Definition at line 890 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| suspend | ) |
Definition at line 919 of file zend_fibers.c.
| ZEND_METHOD | ( | Fiber | , |
| throw | ) |
Definition at line 983 of file zend_fibers.c.
| ZEND_METHOD | ( | FiberError | , |
| __construct | ) |
Definition at line 1095 of file zend_fibers.c.