0
$response = file_get_contents($requestUri,0, $context); 

次のエラーが発生します

Warning: file_get_contents(): Unable to find the wrapper "https" - did you      forget to enable it when you configured PHP? in C:\wamp\www\bing_basic.php on line 58

Warning: file_get_contents(https://api.datamarket.azure.com/Bing/Search/Web?$format=json&Query=%27dfg%27): failed to open stream: No such file or directory in C:\wamp\www\bing_basic.php on line 58

それらを削除する方法について何かアドバイスはありますか?? WAMP を使用して HTML ページで結果を取得するために Bing API キーを使用しています。

4

1 に答える 1

1

extension=php_openssl.dllphp.ini ファイル内で有効にしてから、サーバーを再起動します。

于 2013-07-01T15:22:16.633 に答える