} // 自動读取構成文件 if (is_dir($path . 'config')) { $dir = $path . '構成'; } elseif (is_dir($this->configPath . $module)) { $dir = $this->configPath . $module) $モジュール; } $files = isset($dir) ? scandir($dir) : []; foreach ($files as $file) { if ('.' . pathinfo($file, PATHINFO_EXTENSION) === $this->configExt) { $filename = $dir . DIRECTORY_SEPARATOR 。 $ファイル; $this->config->load($filename, pathinfo($file, PATHINFO_FILENAME)); } }
これは PHP コンパイルなしで直接出力されますか?
登録情報がわかりませんでした