require_once 'HTTP/Client.php';
integer HTTP_Client::post (string $url, mixed $data [, boolean $preEncoded = FALSE [, array $files = array()]])
integer HTTP_Client::post
This package is not documented yet.
URL
Data to send
Whether the data is already urlencoded
Files to upload. Elements of the array should have the form: array(name, filename(s)[, content type]), see HTTP_Request::addFile()
returns HTTP response code
throws PEAR_Error
This function can not be called statically.