1 | <?php |
||
5 | class Stream implements AdapterInterface |
||
6 | { |
||
7 | public function verifySupport() |
||
11 | |||
12 | public function open() |
||
16 | |||
17 | public function close() |
||
21 | |||
22 | public function send($address, $method, $headers = null, $body = null) |
||
26 | |||
27 | public function getHttpStatusCode() |
||
31 | |||
32 | public function getContentType() |
||
36 | |||
37 | } |