?
Ce document utilise Manuel du site Web PHP chinois Libérer
If set to true, config file values of on/true/yes and off/false/no get
converted to boolean values automatically. This way you can use the
values in the template like so: {if #foobar#} ... {/if}. If foobar was
on, true or yes, the {if} statement will execute. true by default.
如果該變量設(shè)為真,配置文件中的on/true/yes
和 off/false/no值會(huì)自動(dòng)轉(zhuǎn)化為布爾值.這樣的話,你就可以在模板中像{if
#foobar#} ... {/if}這樣使用這些值了.如果foobar為on, true 或 yes,那么 {if}語句就會(huì)執(zhí)行了.默認(rèn)情況下,該變量值為真.