php で file_get_contents() を介してページhttp://somewebsite.comにアクセスしたいとしましょう。そのページには Cookie があり、file_get_contents を実行しても Cookie は転送されません。これを行う方法は何ですか?
php で file_get_contents() を介してページhttp://somewebsite.comにアクセスしたいとしましょう。そのページには Cookie があり、file_get_contents を実行しても Cookie は転送されません。これを行う方法は何ですか?