検索

ホームページ  >  に質問  >  本文

Index.php ページに入るとエラーが発生するのはなぜですか?

} // 自動读取構成文件 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)); } }

RNGRNG2477日前1258

全員に返信(2)返信します

  • PHP中文网

    PHP中文网2018-05-02 10:43:55

    これは PHP コンパイルなしで直接出力されますか?

    返事
    0
  • PHP中文网

    PHP中文网2018-05-02 10:43:36

    登録情報がわかりませんでした

    返事
    0
  • キャンセル返事