インストール/設定
PHP Manual

実行時設定

php.ini の設定により動作が変化します。

inclued 設定オプション
名前 デフォルト 変更可能 Changelog
inclued.enabled Off PHP_INI_*  
inclued.dumpdir Off PHP_INI_*  
PHP_INI_* 定数の詳細および定義については php.ini ディレクティブ を参照してください。

以下に設定ディレクティブに関する 簡単な説明を示します。

inclued.enabled int

Whether or not to enable inclued.

inclued.dumpdir int

Location (path) to the directory that stores inclued files. If set, each PHP request will create a file.

警告

Because every request creates a file, this directory may fill up fast!


インストール/設定
PHP Manual