http_post_data
(PECL pecl_http:0.1.0-1.5.5)
http_post_data — Perform POST request with pre-encoded data
Descrierea
string http_post_data
( string $url
[, string $data
[, array $options
[, array &$info
]]] )
Performs an HTTP POST request on the supplied url.
Vedeţi lista întreagă de opţiunile interpelării.
Parametri
- url
-
URL
- data
-
String containing the pre-encoded post data
- options
- info
Valorile întroarse
Întoarce răspunsul(urile) HTTP ca string în caz de succes, sau FALSE în caz de eşec.