[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 3 // the behaviour of 'number_format' function can 4 // differs for different versions of php 5 // We will compare results that will be obtained from 6 // php and template operator. 7 $exp_decimal = number_format( 1025 / 1000, 2, '.', ',' ); 8 $exp_kilo = number_format( 1025 / 1000, 2, '.', ',' ); 9 10 $tpl->setVariable( 'exp_decimal', "$exp_decimal kB" ); 11 $tpl->setVariable( 'exp_kilo', "$exp_kilo kB" ); 12 13 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |