Beanstalk\Command\Stats¶| Extends: | Beanstalk\Command |
|---|---|
| Description: | The stats command gives statistical information about the system as a whole |
| Author: | Joshua Dechant <jdechant@shapeup.com> |
Class Methods
Stats::getCommand – Get the command to send to the beanstalkd serverStats::parseResponse – Parse the response for success or failure.Stats::returnsData – Does the command return data?Beanstalk\Command\Stats::getCommand()¶| Description: | Get the command to send to the beanstalkd server |
|---|---|
| Returns: | string |
Beanstalk\Command\Stats::parseResponse($response[, $data = null, $conn = null])¶| Description: | Parse the response for success or failure. |
|---|---|
| Parameters: |
|
| Returns: | BeanstalkStats |
| Throws: | BeanstalkException When any error occurs |
Beanstalk\Command\Stats::returnsData()¶| Description: | Does the command return data? |
|---|---|
| Returns: | boolean |