php如何讀取ini檔案

2022-03-19 06:47:02 字數 491 閱讀 3321

很多時候,我們使用配置檔案來讀取配置,那麼php如何使用ini檔案呢?

**如下:

例如將:資料庫資訊存到ini檔案中,進行讀取。

<?php

header('content-type:text/html;charset=utf-8');

//讀取.init檔案

$config_file_path = './config/db.init';

//自己編寫乙個 my_parse_ini_file 將 db.init

//說明 db.init 必須是規則

//屬性=屬性值 可以多行

$config_info = parse_ini_file($config_file_path

);

//echo '';

//var_dump($config_info);

echo '

pwd='. $config_info['pwd'];

PHP讀取 ini檔案

parse ini file 解析乙個配置檔案 arrayparse ini file string filename bool process sections parse ini file 載入乙個由 filename 指定的 ini 檔案,並將其中的設定作為乙個聯合陣列返回。如果將最後的 pr...

如何讀取ini檔案

import configparser cp configparser.configparser 讀取配置檔案,直接讀取ini檔案內容 cp.read 12306.ini 獲取ini檔案內所有的section sections cp.sections print sections sections ...

讀取INI檔案

讀取ini檔案 ini ini new ini using system using system.text using system.runtime.interopservices namespace qf public string path 引用動態連線庫方法 dllimport kernel...