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_put_contents并且路径C:\foldername在我的本地运行良好。当我在我的开发环境中尝试它时,我认为它不起作用,因为它没有保存在我的计算机中。它正在我的开发环境中保存。
file_put_contents
C:\foldername
file_put_contents("C:\foldername", $data);