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 项目中工作,我的客户在每次需要时都希望自定义错误消息。所以我想将错误消息存储在 txt 文件中,并希望获取这些消息并将其显示在表单验证中。如何在 php.ini 中获取这些错误消息。提前致谢。
从 PHP 文档开始。在 Google 上快速搜索“用 PHP 读取文本文件”很快就会找到这个 API 信息以及一些您可以使用的代码。
http://php.net/manual/en/function.file-get-contents.php