Summery Summery
Parse the reason phrase
Syntax Syntax
Source Source
File: wp-includes/SimplePie/HTTP/Parser.php
$this->reason = trim(substr($this->data, $this->position, $len), "\x09\x0D\x20"); $this->position += $len + 1; $this->state = 'new_line'; } /** * Deal with a new line, shifting data around as needed