魔术常量DIR,指向当前执行的PHP脚本所在的目录。
例如当前执行的PHP文件为/www/web/index.php
则FILE等于/www/web/index.php
而DIR等于/www/web'
例
$config = require __DIR__ . '/config/database.php';
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!