http_post_data

(PECL pecl_http:0.1.0-1.5.5)

http_post_data — Perform POST request with pre-encoded data

Описание

string http_post_data ( string $url [, string $data [, array $options [, array &$info ]]] )

Performs an HTTP POST request on the supplied url.

See the full list of request options.

Список параметров

url

URL

data

String containing the pre-encoded post data

options

request options

info

Request/response information

Возвращаемые значения

Returns the HTTP response(s) as string on success, or FALSE on failure.

Коментарии

Автор:
Pecl HTTP doesn't seem to include this function, tested on latest ubuntu

 1  execute
    sudo pecl install raphf propro pecl_http
2   create /etc/php5/mods-available/zhttp.ini
    extension=raphf.so
    extension=propro.so
    extension=http.so
 3  execute
    sudo php5enmod zhttp
 4 restart your web server

 
   
Running php -r 'http_post_data();' still gives me Call to undefined function http_post_data()
2015-04-14 01:31:50
http://php5.kiev.ua/manual/ru/function.http-post-data.html

    Поддержать сайт на родительском проекте КГБ