| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: Interface.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 78 lines (2 kb) |
| Included or required: | 4 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Interface: Zend_Http_Client_Adapter_Interface - X-Ref
An interface description for Zend_Http_Client_Adapter classes.| setConfig($config = array() X-Ref |
| Set the configuration array for the adapter param: array $config |
| connect($host, $port = 80, $secure = false) X-Ref |
| Connect to the remote server param: string $host param: int $port param: boolean $secure |
| write($method, $url, $http_ver = '1.1', $headers = array() X-Ref |
| Send request to the remote server param: string $method param: Zend_Uri_Http $url param: string $http_ver param: array $headers param: string $body return: string Request as text |
| read() X-Ref |
| Read response from server return: string |
| close() X-Ref |
| Close the connection to the server |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |