PHP 8.1.28 Released!

ReflectionFiber::__construct

(PHP 8 >= 8.1.0)

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

説明

public ReflectionFiber::__construct(Fiber $fiber)

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

パラメータ

fiber

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

add a note

User Contributed Notes

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