is_leap_year ()

boolean is_leap_year ($year);
      

This function determines if $year is a leap year and returns 'true' if this is the case. A leap year has 366 day instead of 365.