integer HTTP_Client::post (
string $url
, mixed $data
, boolean $preEncoded
= false
, array $files = array()
)
This package is not documented yet.
$url
URL
$data
Data to send
$preEncoded
Whether the data is already urlencoded
$files
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.