📜  我需要什么权限才能在 php 代码示例中包含文件夹

📅  最后修改于: 2022-03-11 14:54:46.444000             🧑  作者: Mango

代码示例1
Directories must have execute permissions to be usable;
Usually this is 0755.
PHP scripts run via mod_php are not executed but rather read;
0644 will suffice for this.