- セクション マーカー
- 設定ファイル(php.ini)の中でカギ括弧(square brackets)で括られたテキスト
設定をグループ化するための記述。基本的に無視される。
例
1 2 3 4 5 6 |
[php] ; section markers (text within square brackets) are also ignored ; Boolean values can be set to either: ; true, on, yes ; or false, off, no, none register_globals = off track_errors = yes |