我想从 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