Fiber::resumeResumes execution of the fiber with a value Description
public mixed Fiber::resume(mixed
$value = null )Resumes the fiber using the given value as the result of the current Fiber::suspend call. If the fiber is not suspended when this method is called, a FiberError will be thrown. Parameters
Return Values
The value provided to the next call to Fiber::suspend or |