From 1b9a4ece706c0e66523f0d79013c3693a4f0a945 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 4 Sep 2004 12:25:25 +0000 Subject: [PATCH] protos for date-sunrise/sunset git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167969 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date-sunrise.xml | 46 +++++++++++++++++++ reference/datetime/functions/date-sunset.xml | 46 +++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 reference/datetime/functions/date-sunrise.xml create mode 100644 reference/datetime/functions/date-sunset.xml diff --git a/reference/datetime/functions/date-sunrise.xml b/reference/datetime/functions/date-sunrise.xml new file mode 100644 index 0000000000..5a9a6d362d --- /dev/null +++ b/reference/datetime/functions/date-sunrise.xml @@ -0,0 +1,46 @@ + + + + + date_sunrise + + Returns time of sunrise for a given day and location + + + + Description + + mixeddate_sunrise + mixedtime + intformat + floatlatitude + floatlongitude + floatzenith + floatgmt_offset + + + &warn.undocumented.func; + + + + + diff --git a/reference/datetime/functions/date-sunset.xml b/reference/datetime/functions/date-sunset.xml new file mode 100644 index 0000000000..3b0483c1c5 --- /dev/null +++ b/reference/datetime/functions/date-sunset.xml @@ -0,0 +1,46 @@ + + + + + date_sunset + + Returns time of sunset for a given day and location + + + + Description + + mixeddate_sunset + mixedtime + intformat + floatlatitude + floatlongitude + floatzenith + floatgmt_offset + + + &warn.undocumented.func; + + + + +