SimplePie_HTTP_Parser::SimplePie_HTTP_Parser PHP Method

SimplePie_HTTP_Parser() public method

Create an instance of the class with the input data
public SimplePie_HTTP_Parser ( string $data )
$data string Input data
    function SimplePie_HTTP_Parser($data)
    {
        $this->data = $data;
        $this->data_length = strlen($this->data);
    }