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.ini 时,我需要在 linux 中读取文件。我读到了inotify,我认为这是我正在寻找的那个。我不太明白。我是否需要在 linux 中安装 inotify 以便我可以在 php 中使用 inotify?.. 如果可能的话,你能告诉我一个快速示例,说明我如何在 php 中使用它来读取/跟踪 php 中的文件以查找文件中发生的事件吗? .
谢谢,
您可以在 PHP中使用shell/ :bash
shell
bash
$shell = shell_exec("cat file"); print $shell