Pertanyaan yang diberi tag file-get-contents

111
PHP cURL vs file_get_contents

Apa perbedaan kedua kode ini saat mengakses REST API? $result = file_get_contents('http://api.bitly.com/v3/shorten?login=user&apiKey=key&longUrl=url'); dan $ch = curl_init('http://api.bitly.com/v3/shorten?login=user&apiKey=key&longUrl=url'); curl_setopt($ch,