2
我不想使用這個函數,因爲它出於安全原因在某些服務器上不可用,我怎樣才能用cURL替換file_get_content()?用cURL替換file_get_content()?
下面的線造成了我一個問題,我的服務器上:
$response = file_get_contents('http://images.google.com/images?hl=en&q=' . urlencode ($query) . '&imgsz=' . $size . '&imgtype=' . $type . '&start=' . (($page - 1) * 21));
我如何可以替換使用捲曲所以它會在每個服務器上運行另一行?
哪裏變量應該用來代替$迴應? – 2012-08-12 05:56:31
返回將返回數據 – themis 2012-08-12 05:58:38
作品像冠軍!謝謝 – 2012-08-12 06:05:21