ReflectionFiber::__construct

(PHP 8 >= 8.1.0)

ReflectionFiber::__constructConstructs a ReflectionFiber オブジェクトを構築する

説明

publicReflectionFiber::__construct(Fiber$fiber)

ReflectionFiber オブジェクトを構築します。

パラメータ

fiber

リフレクションする Fiber オブジェクト。

To Top