Source
public listTubesWatched () Returns a list tubes currently being watched by the client.
public jobPeek (mixed $id) The peek commands let the client inspect a job in the system.
public peekDelayed () Return the next job in the list of buried jobs.
public read ([mixed $length]) Reads a packet from the socket. Prior to reading from the socket will check for availability
final public readStatus () Reads the latest status from the Beanstalkd server
public reserve ([mixed $timeout]) Reserves/locks a ready job from the specified tube.
public stats () Gives statistical information about the system as a whole.
public pauseTube (mixed $tube, mixed $delay) Can delay any new job being reserved for a given time.
public choose (mixed $tube) Change the active tube. By default the tube is “default”.
Page 2 of 3