?
Ce document utilise Manuel du site Web PHP chinois Libérer
ldelim and rdelim are used for displaying the literal delimiter, in our case "{" or "}". The template engine always tries to interpret delimiters, so this is the way around that.
ldelim 和 rdelim 用于輸出分隔符,也就是大括號 "{" 和 "}". 模板引擎總是嘗試解釋大括號內(nèi)的內(nèi)容,因此如果需要輸出大括號,請使用此方法.
Example 7-12. ldelim, rdelim
|