   #PHP Manual Calendar functions cal_from_jd cal_to_jd

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   cal_info

   (PHP 4 >= 4.1.0)
   cal_info -- Returns information about a particular calendar

Description

   array cal_info ( [int calendar])

   cal_info() returns information on the specified calendar or on all
   supported calendars if no calendar is specified.

   Calendar information is returned as an array containing the elements
   calname, calsymbol, month, abbrevmonth and maxdaysinmonth.

   If no calendar is specified information on all supported calendars is
   returned as an array. This functionality will be available beginning
   with PHP 5.
   ______________________________________________________________________

   Prev        Home      Next
   cal_from_jd  Up  cal_to_jd
