Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Http/Client/Adapter/Interface.php
Go to the documentation of this file.
00001 <?php
00002 
00036 interface Zend_Http_Client_Adapter_Interface
00037 {
00043     public function setConfig($config = array());
00044 
00052     public function connect($host, $port = 80, $secure = false);
00053 
00064     public function write($method, $url, $http_ver = '1.1', $headers = array(), $body = '');
00065 
00071     public function read();
00072 
00077     public function close();
00078 }
 All Data Structures Namespaces Files Functions Variables Enumerations