??? [???]
lower [小寫]?
test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', '? ??? ???? ?????, ???? Hung.');
$ smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|lower}
輸ude:
? ?? ??, ??? ?? .
? ?? ??? ???? ???, ???? ???????.