YouTube からデータを取得したいのですが、file_get_contents()
メソッドを使用しています。
正常に動作する場合もありますが、動作しない場合もあり、次のエラーが表示されます
file_get_contents() [function.file-get-contents]: SSL: crypto enabling timeout
file_get_contents() [function.file-get-contents]: Failed to enable crypto
file_get_contents(https://gdata.youtube.com/feeds/api/users/default?access_token=token&v=2&alt=json) [function.file-get-contents]: failed to open stream: operation failed
Maximum execution time of 30 seconds exceeded
上記のエラーはどういう意味ですか?
とはSSL: crypto enabling timeout