Summery Summery
Parse the status code
Syntax Syntax
Source Source
File: wp-includes/SimplePie/HTTP/Parser.php
{ $this->status_code = (int) substr($this->data, $this->position, $len); $this->position += $len; $this->state = 'reason'; } else { $this->state = false; } } /** * Parse the reason phrase