ReflectionFiber::getCallable
PHP Manual
PHP Manual»ReflectionFiber»ReflectionFiber::getCallable

ReflectionFiber::getCallable

(PHP 8 >= 8.1.0)

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

Descrição

public function 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.

To Top