Class Ripcord_Transport_CURL

Description

Implements interfaces:

This class implements the Ripcord_Transport interface using CURL.

Located in /ripcord_client.php (line 499)


	
			
Variable Summary
Method Summary
Ripcord_Transport_CURL __construct ([array $curlOptions = null])
string post (string $url, string $request)
Variables
mixed $responseHeaders = null (line 514)

Contains the headers sent by the server.

  • access: public
Methods
Constructor __construct (line 520)

This is the constructor for the Ripcord_Transport_CURL class.

  • access: public
Ripcord_Transport_CURL __construct ([array $curlOptions = null])
  • array $curlOptions: A list of CURL options.
post (line 539)

This method posts the request to the given url

  • return: The server response
  • throws: Ripcord_TransportException (ripcord::cannotAccessURL) when the given URL cannot be accessed for any reason.
  • access: public
string post (string $url, string $request)
  • string $url: The url to post to.
  • string $request: The request to post.

Implementation of:
Ripcord_Transport::post()
This method must post the request to the given url and return the results.

Documentation generated on Tue, 16 Nov 2010 16:20:18 +0100 by phpDocumentor 1.4.3