ReflectionFiber::getCallableGets the callable used to create the Fiber Description
public callable ReflectionFiber::getCallable()
Returns the callable used to construct the Fiber. If the fiber has terminated, an Error is thrown. ParametersThis function has no parameters. Return ValuesThe callable used to create the Fiber. |