、config.ini などの
構成ファイル
構成ファイル
を解析するために使用されます[host]
hostname = localhost
dbname = datebase
username = root
password = root
[smatyconf]
Smarty_templates_dir='templates_dir'
Smarty_config_dir ='config_dir'
array parse_ini_file ( string filename [, bool process_sections ] ) は
、
ini ファイルを読み取り、
proprocess_sections パラメーターが true の場合、配列または
それ以上を返します。
Array(
[ホスト名 ]= >localhost
[データベース名] => データベース
[ユーザー名] => root
[パスワード] = >root
[smarty_templates_dir] => 'templates_dir'
[smarty_config_dir] => 'config_dir'
)