Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: file_get_contents 接收 cookie
假设我想通过 php 中的 file_get_contents() 访问一个页面http://somewebsite.com并且该页面有 cookie,当我执行 file_get_contents 时,cookie 没有被传输,这样做的方法是什么?