summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
authorMoshe Doron <momo@php.net>2003-02-16 22:28:01 +0000
committerMoshe Doron <momo@php.net>2003-02-16 22:28:01 +0000
commitea8d11cc8786891e11c3257df0c7d72bd1993646 (patch)
tree89183307b93cb980c6bd9da07eaed041b9644b53 /ext/standard/datetime.h
parent2cc68ad7ade79683bc61b0c2ffcdf6bfee943bd0 (diff)
downloadphp-git-ea8d11cc8786891e11c3257df0c7d72bd1993646.tar.gz
@ new idate() function.
@ new date_sunrise() function. @ new date_sunset() function. #since i have no premission updating the win32 project file, i'm sending patch on the list.
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 7f06cc33e3..08feba26a8 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -26,6 +26,7 @@ PHP_FUNCTION(time);
PHP_FUNCTION(mktime);
PHP_FUNCTION(gmmktime);
PHP_FUNCTION(date);
+PHP_FUNCTION(idate);
PHP_FUNCTION(gmdate);
PHP_FUNCTION(localtime);
PHP_FUNCTION(getdate);
@@ -36,6 +37,7 @@ PHP_FUNCTION(gmstrftime);
#endif
PHP_FUNCTION(strtotime);
+int idate(char format, int timestamp, int gm);
extern char *php_std_date(time_t t);
void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm);
#if HAVE_STRFTIME