#include "sdncal.h"
#include <time.h>
-/* {{{ proto int unixtojd([int timestamp])
+/* {{{ proto int unixtojd([int timestamp]) U
Convert UNIX timestamp to Julian Day */
PHP_FUNCTION(unixtojd)
{
}
/* }}} */
-/* {{{ proto int jdtounix(int jday)
+/* {{{ proto int jdtounix(int jday) U
Convert Julian Day to UNIX timestamp */
PHP_FUNCTION(jdtounix)
{
}
-/* {{{ proto int easter_date([int year])
+/* {{{ proto int easter_date([int year]) U
Return the timestamp of midnight on Easter of a given year (defaults to current year) */
PHP_FUNCTION(easter_date)
{
}
/* }}} */
-/* {{{ proto int easter_days([int year, [int method]])
+/* {{{ proto int easter_days([int year, [int method]]) U
Return the number of days after March 21 that Easter falls on for a given year (defaults to current year) */
PHP_FUNCTION(easter_days)
{