public read ([mixed $length]) Reads a packet from the socket. Prior to reading from the socket will check for availability of the connection.
public quit () Simply closes the connection.
public put (mixed $data, [array $options]) Puts a job on the queue using specified tube.
public peekReady () Inspect the next ready job.
public peekDelayed () Return the next job in the list of buried jobs.
public peekBuried () Return the next job in the list of buried jobs.
public pauseTube (mixed $tube, mixed $delay) Can delay any new job being reserved for a given time.
public listTubeUsed () Returns the tube currently being used by the client.
public listTubesWatched () Returns a list tubes currently being watched by the client.
public listTubes () Returns a list of all existing tubes.
Page 47 of 382