|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/mcg/pages/feuillesroute/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// include_once 'code/init.php';
$mois=array(1=>"Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Décembre");
function trdebutdate($unmois,$uneannee)
{
if ($unmois<10)
$temp=$uneannee."0".$unmois."01";
else
$temp=$uneannee.$unmois."01";
return $temp;
}
function trfindate($unmois,$uneannee)
{
if ($unmois<10)
$temp=$uneannee."0".$unmois."31";
else
$temp=$uneannee.$unmois."31";
return $temp;
}
function tauxevolve($nb,$nb2)
{
if($nb==0)
{
return 0;
}
else
{
$temp=(($nb-$nb2)*100)/$nb2;
return $temp;
}
}
?>
