亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

ldelim,rdelim function

ldelim,rdelim functions

##ldelim and rdelim are used to output delimiters, that is, curly brackets "{" and "}".

The template engine always tries to interpret the content inside the curly braces,

so if curly braces need to be output,

Please use this method.

eg:

{ldelim}funcname{rdelim} is how functions look in Smarty!


Output:{funcname} is how functions look in Smarty!

Continuing Learning
||
<?php echo "ldelim,rdelim函數(shù)";
submitReset Code