Get Smarty

Donate

Paypal

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

Подсчитывает количество символов в переменной.

Позиция параметра Тип Обязателен По умолчанию Описание
1 boolean Нет false Определяет, учитывать ли пробелы при подсчете.

Example 5.4. count_characters


<?php

$smarty->assign('articleTitle', 'Cold Wave Linked to Temperatures.');

?>

   

Шаблон:


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

   

Результат обработки:


Cold Wave Linked to Temperatures.
29
33

   

См. также count_words, count_sentences и count_paragraphs.

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors