Fiber::startStart execution of the fiber Description
public mixed Fiber::start(mixed
...$args )A variadic list of arguments to provide to the callable used when constructing the fiber. If the fiber has already been started when this method is called, a FiberError will be thrown. Parameters
Return Values
The value provided to the first call to Fiber::suspend or |