Documentation

ResponseParser

A parser for response data sent from the beanstalkd server.

Tags
author

Paul Annesley

license

http://www.opensource.org/licenses/mit-license.php

Table of Contents

parseResponse()  : object
Parses raw response data into a Response object.

Methods

parseResponse()

Parses raw response data into a Response object.

public parseResponse(string $responseLine, string $responseData) : object
Parameters
$responseLine : string

Without trailing CRLF

$responseData : string

(null if no data)

Return values
object

Response

Search results