HTTP_Client::head() | HTTP_Client::reset() |
HTTP_Client | |
PEAR Manual | |
require_once 'HTTP/Client.php'; |
integer HTTP_Client::post (
string $url
, mixed $data
, boolean $preEncoded = FALSE
, array $files = array()
)
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.
HTTP_Client::head() | HTTP_Client::reset() |
HTTP_Client | |
PEAR Manual | |