魔术常量DIR,指向当前执行的PHP脚本所在的目录。
例如当前执行的PHP文件为/www/web/index.php
则FILE等于/www/web/index.php
而DIR等于/www/web'
例
$config = require __DIR__ . '/config/database.php';
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号