ReflectionFiber 类

(PHP 8 >= 8.1.0)

简介

类摘要

final class ReflectionFiber {
/* 方法 */
public __construct(Fiber $fiber)
public getFiber(): Fiber
public getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array
}

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top