lower [小寫]

##lower [小寫] 

##test.php:

$smarty = new Smarty;
$smarty- >assign ('articleTitle', '兩名罪犯逃避絞索,陪審團洪。');$smarty->display('test.html');


#test.html:
{$articleTitle}#{$articleTitle|lower}


#輸出:
兩個罪犯逃避絞索,陪審團洪。兩名罪犯逃避絞索,陪審團洪。

#

繼續學習
||
<?php echo "lower [小写] ";
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!