| [ 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: LoggingHttpClientAdapterSocket.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 119 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file include/Zend/Http/Client/Adapter/Socket.php |
Class: Zend_Gdata_App_LoggingHttpClientAdapterSocket - X-Ref
Overrides the traditional socket-based adapter class for Zend_Http_Client to| log($message) X-Ref |
| Log the given message to the log file. The log file is configured as the config param 'logfile'. This method opens the file for writing if necessary. param: string $message The message to log |
| connect($host, $port = 80, $secure = false) X-Ref |
| Connect to the remote server param: string $host param: int $port param: boolean $secure param: int $timeout |
| write($method, $uri, $http_ver = '1.1', $headers = array() X-Ref |
| Send request to the remote server param: string $method param: Zend_Uri_Http $uri param: string $http_ver param: array $headers param: string $body return: string Request as string |
| 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 |