HTTP_Client::post()
Параметр
- string $url
URL
- mixed $data
Data to send
- boolean $preEncoded
Whether the data is already urlencoded
- array $files
Files to upload. Elements of the array should have the form: array(name, filename(s)[, content type]), see HTTP_Request::addFile()
Пред. | Начало | След. |
HTTP_Client::head() | Уровень выше | HTTP_Client::reset() |