Afficher la liste déroulante

cal_days_in_month()

« bindec | cal_from_jd »
<?php
$int 
cal_days_in_month (
    
?// int $calendar
    
// int $month
    
  // int $year
);
?>
Résultat
$int = 31
Exemples
#1 cal_days_in_month  (CAL_GREGORIAN,
 
8,
 
2003)