我正在从http传递到https,因此我必须将StreamContext添加到多个read_file和get_file_contents调用。我需要更换read_file('http://'.$host.$uri);由$stream_context=stream_context_create([/*somelenghtyoptionsarray*/]);read_file('https://'.$host.$uri,false,$stream_context);现在我的问题是:$stream_context是否可以像这样重用:$stream_context=stream_context