Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

count_characters

Ini akan dipakai untuk menghitung jumlah karakter dalam variabel.

Posisi ParameterTipeDiperlukanDefaultDeskripsi
1booleanTidakFALSEIni menentukan apakah menyertakan karakter spasi dalam hitungan atau tidak.

Teladan 5-4. count_characters

assign(\'articleTitle\', \'Cold Wave Linked to Temperatures.\'); ?>'); ?>

Di mana template adalah:

{$articleTitle}
{$articleTitle|count_characters}
{$articleTitle|count_characters:true}

Akan memperlihatkan:

Cold Wave Linked to Temperatures.
29
33

Lihat juga count_words, count_sentences dan count_paragraphs.