You are here

function HTTP_Request::clearPostData in Flickr API 5

Clears any postdata that has been added (DEPRECATED).

Useful for multiple request scenarios.

@access public

Deprecated

deprecated since 1.2

File

phpFlickr/PEAR/HTTP/Request.php, line 636

Class

HTTP_Request
Class for performing HTTP requests

Code

function clearPostData() {
  $this->_postData = null;
}