|
Server IP : 10.128.40.6 / Your IP : 216.73.217.36 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 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/MC/../www/mcg/plugins/jszip/../../.github/../sms/../pages/python/../ |
| [ 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;
}
}
?>
