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.
我试图找出 php 使用 getenv/putenv 方法检索和存储值的环境文件在哪里。
我的印象是它存储在 .env 文件中。我可能错了。随时纠正我。
我认为它与网站位于同一目录中(比如说 www 或 web),但不是。
感谢评论者的反馈,我最终使用了 dotEnv 包。这工作顺利。