2025年03月27日 107 阅读 代码笔记 PHP常用代码 检查文件权限// 检查文件权限 if (!is_readable(__DIR__ . '/../admin/config.php')) { die("配置文...