Konfigürasyon dosyalarını okurken parse_ini_file
a> işlev yorumları kaldırır.
Ne bir sonraki satıra ile ilişkili yorum tutmak için ne yapardın?
Örneğin:
[email] ; Verify that the email's domain has a mail exchange (MX) record. validate_domain = true
Am thinking of using X(HT)ML and XSLT to transform the content into an INI file (so that the documentation and options can be single sourced). Örneğin:
<h1>email</h1>
<p>Verify that the email's domain has a mail exchange (MX) record.</p>
<dl>
<dt>validate_domain</dt>
<dd>true</dd>
</dl>
Diğer fikirler?