http_request
(PECL pecl_http:1.0.0-1.5.5)
http_request — Perform custom request
Descrierea
string http_request
( int $method
[, string $url
[, string $body
[, array $options
[, array &$info
]]]] )
Performs a custom HTTP request on the supplied url.
Vedeţi lista întreagă de opţiunile interpelării.
Parametri
- method
-
Request method
- url
-
URL
- body
-
Request body
- options
- info
Valorile întroarse
Întoarce răspunsul(urile) HTTP ca string în caz de succes, sau FALSE în caz de eşec.