ReflectionFiber::getCallable

(PHP 8 >= 8.1.0)

ReflectionFiber::getCallableFiber の構築に使われた callable を取得する

説明

public ReflectionFiber::getCallable(): callable

Fiber の構築に使われた callable を返します。 Fiber が既に終了している場合、 Error がスローされます。

パラメータ

この関数にはパラメータはありません。

戻り値

Fiber の構築に使われた callable を返します。

add a note

User Contributed Notes

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