Smarty技術の辞書・解説・使用例

TOP > Smarty > count_words
count_words  修飾子 

変数内の単語の数をカウントする。


書式

{$変数|count_words}

サンプルコード


{'Hello World!'|count_words}
2

{'Hello World! Hellow Japan'|count_words}
4