push()
push(\Closure $closure, mixed ...$params) : int|string
Push a job onto the queue.
Parameters
\Closure | $closure | Holds the closure representing the job to be pushed onto the queue. |
mixed | $params variadic | Holds additional parameters needed for the job. |
Returns
int|string —Returns the job identifier or status code.