Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はiniファイルオプションを持っています:
test="hello;wordl"
parse_ini_file関数でINI_SCANNER_RAW引数を使用すると、次の値が返されます。
[test]="hello
(;)はコメント記号だからです。
(;)の前に(\)エスケープ記号を使用しようとしましたが、結果は同じでした。コメント記号をエスケープする方法について何か考えがありますか?