Fiber::__construct Creates a new Fiber instance &reftitle.description; public Fiber::__construct callablecallback &reftitle.parameters; callback The callable to invoke when starting the fiber. Arguments given to Fiber::start will be provided as arguments to the given callable.