PHP 8.3.7 Released!

ReflectionFiber::getCallable

(PHP 8 >= 8.1.0)

ReflectionFiber::getCallableObtém o callable usado para criar o Fiber

Descrição

public ReflectionFiber::getCallable(): callable

Retorna o callable usado para construir o Fiber. Se o Fiber tiver terminado, um Error é lançado.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

O callable usado para criar o Fiber.

add a note

User Contributed Notes

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