PHP Velho Oeste 2024

http_request_body_encode

(PECL pecl_http >= 1.0.0)

http_request_body_encodeİstek gövdesini kodlar

Açıklama

string http_request_body_encode ( array $alanlar , array $dosyalar )

x-www-form-urlencoded türünde form verisi olarak kodlanmış istek gövdesi üretir.

Değiştirgeler

alanlar

POST alanları.

dosyalar

POST dosyaları.

Dönen Değerler

Başarı durumunda kodlanmış dizgeyle aksi takdirde FALSE ile döner.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top