Web page hosting and cheap domain registration register services
 

Sponsers:

 

 

 

Smarty Manual
PrevChapter 5. Variable ModifiersNext

count_characters

Parameter PositionTypeRequiredDefaultDescription
1booleanNofalseThis determines whether or not to include whitespace characters in the count.

This is used to count the number of characters in a variable.

Example 5-3. count_characters

<?php

$smarty
= new Smarty;
$smarty->assign('articleTitle', 'Cold Wave Linked to Temperatures.');
$smarty->display('index.tpl');

?>

Where index.tpl is:

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

This will output:

Cold Wave Linked to Temperatures.
29
33

PrevHomeNext
Variable ModifiersUpcat
 

 

 

 

Search engine submission by Seosubmit.com | Cheap domain by Cheap Domain Registrar  

Disclaimers: This document is provided as free service for the benefits of Active-Venture.com's web hosting customers only.

 
Quotes: Fear is the main source of superstition, and one of the main sources of cruelty. To conquer fear is the beginning of wisdom, in the pursuit of truth as in the endeavour after a worthy manner of life.