這幾天在做dickies資料遷移,品牌方給到的檔案是xml格式,檔案比較大,網上找了幾個php讀取檔案的方法感覺都不好用,海哥推薦了乙個,試了下,so good~
$reader = new xmlreader();
if (!$reader->open(root_dir.'/public/2017.xml'))
$doc = new domdocument;
// move to the first node
while ($reader->read() && $reader->name !== 'customer');
while ($reader->name === 'customer')
$reader->close();
我的xml檔案格式:
<?xml version="1.0" encoding="utf-8"?>
$s0$b0401$ztpbrofxeleab0q0kl/ftg==$jdb7/2ilopchkd/lpk5ipnop47vc1fpxk7urofgrome=
true
18621004667
1989-03-30z
12016-12-27t05:43:17.000z
2017-06-15t03:17:26.000z
2017-06-15t03:17:26.000z
$s0$b0401$22uue1a1id5g6pbwlqxodq==$tvqucs27s73re/h5sixrcfjgfi9rrqxuqsogtfqxn/q=
true
18521185858
1991-09-06z
12016-12-27t08:58:26.000z
2018-12-06t09:28:53.000z
2018-12-06t09:28:53.000z
蘇軒 上海市虹口區四平路幸福村21210號502室
上海市200080
上海cn
18521785858
虹口區
王平 上海市嘉定區寶翔路158弄12112號6125
上海市402760
上海cn
18521785858
嘉定區
王平 重慶市璧山區保健街3322號一單元
重慶市402760
重慶cn
13668004679
璧山縣
PHP讀取XML檔案資料獲取節點值
最近在接入渠道的時候遇到介面返回是xml資料.現在介面資料返回json資料格式比較常見.如何獲取xml裡面真正資料?物件結果集合單個值的強制轉換處理.直接 說明 demo示例 建立xml檔案 test.xml,存放在和讀取的php檔案在相同級別目錄下面.xml檔案 1 xml version 1.0...
PHP讀取並輸出XML檔案資料的簡單實現方法
config.xml檔案 張明1234567890 qq.com 一樣菜985931 王紅2345678901 qq.com 冰封5625362 php檔案 xml array xml load file file 將xml中的資料,讀取到陣列物件中 foreach x程式設計客棧ml array ...
PHP讀取XML檔案
示例xml檔案 xml version 1.0 encoding gbk odds updatetime 2011 01 11 12 39 10 mt 2011 01 11 08 10 as 1 0.95,10.5,0.85 a bs 0 b ys 0 y hs 0 h ws 0 w m odds ...