2012-06-15 81 views
0

我有一個.ini文件,如下所示:添加引號.ini文件中值PHP

[playlist] 
numberofentries=2 
File1=http://87.230.82.17:80 
Title1=(#1 - 365/1400) Example Title 
Length1=-1 
File2=http://87.230.56.25:80 
Title2=(#2 - 370/1400) Example Title 
Length1=-1 
Version=2 

我想知道我如何通過編程讀取這個文件,會在文件和標題值添加引號和然後再用PHP保存這個文件。

我將不勝感激任何幫助。

回答

2

"寫入文件時需要使用轉義,使用'\"就足夠了。 對於writingreading.ini文件,我建議你看看兩個鏈接的資源。