PHP开发实例大全(提高卷) 中文完整pdf扫描版[244MB]
upper的用法
<?php $smarty->assign('articleTitle', "If Strike isn't Settled Quickly it may Last a While."); ?>
模板的用法
{$articleTitle} {$articleTitle|upper}
页面输出:
If Strike isn't Settled Quickly it may Last a While. IF STRIKE ISN'T SETTLED QUICKLY IT MAY LAST A WHILE.
转载请注明:谷谷点程序 » smarty 大写函数的用法