Summery Summery
Create an instance of the class with the input data
Syntax Syntax
Parameters Parameters
- $data
-
(Required) Input data
Source Source
File: wp-includes/SimplePie/HTTP/Parser.php
{ $this->data = $data; $this->data_length = strlen($this->data); }