[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 function smarty_modifier_time($ts) 3 { 4 $h = floor($ts / 3600); 5 $m = floor( ($ts - $h*3600) / 60 ); 6 $s = floor( ($ts - $h*3600 - $m * 60) ); 7 return setToLength($h, 2) . ":" . setToLength($m,2) . ":" . setToLength($s,2); 8 } 9 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |