Beanstalk\\Command\\Stats Class Ref =================================== .. php:namespace:: Beanstalk\Command .. php:class:: Stats :Extends: :php:class:`Beanstalk\\Command` :Description: The stats command gives statistical information about the system as a whole :Author: Joshua Dechant .. topic:: Class Methods * :php:meth:`Stats::getCommand` -- Get the command to send to the beanstalkd server * :php:meth:`Stats::parseResponse` -- Parse the response for success or failure. * :php:meth:`Stats::returnsData` -- Does the command return data? .. php:method:: getCommand( ) :Description: Get the command to send to the beanstalkd server :returns: *string* .. php:method:: parseResponse( $response [ , $data = null , $conn = null ] ) :Description: Parse the response for success or failure. :param string $response: Response line, i.e, first line in response :param string $data: Data recieved with reponse, if any, else null :param Beanstalk\Connection $conn: BeanstalkConnection use to send the command :returns: *\Beanstalk\Stats* :throws: *\Beanstalk\Exception* When any error occurs .. php:method:: returnsData( ) :Description: Does the command return data? :returns: *boolean*