Fiber::getReturnGets the value returned by the Fiber Description
public mixed Fiber::getReturn()
ParametersThis function has no parameters. Return ValuesReturns the value returned by the callable provided to Fiber::__construct. If the fiber has not returned a value, either because it has not been started, has not terminated, or threw an exception, a FiberError will be thrown. |