私の設定ファイルは次のようになります:
title = myTitle;
otherTitle = myOtherTitle;
file()でファイルを読み取ると、この配列が作成されます
[0] => title = myTitle;
[1] => otherTitle = myOtherTitle;
配列をどのように見せたいか
[title] => myTitle;
[otherTitle] => myOtherTitle;
私は彼女に間違ったアプローチを使用していますか?設定全体をスティングに読み込んで、そこから爆発させる必要がありますか?