Summery Summery
Parse a header value while within quotes
Syntax Syntax
Source Source
File: wp-includes/SimplePie/HTTP/Parser.php
$this->value .= substr($this->data, $this->position, $len); $this->position += $len; $this->state = 'value'; } /** * Parse an escaped character within quotes