diff options
author | Egon Schmid <eschmid@php.net> | 2000-04-16 16:02:31 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-04-16 16:02:31 +0000 |
commit | d39724c536ceda48f4efddead71276363d8cc5f3 (patch) | |
tree | 7cd8d28d128f8796558ca728fd3484a1d3c245a8 /ext/calendar | |
parent | 8b1b39b5b5591db44d8391f4ae6a393c71008b9a (diff) | |
download | php-git-d39724c536ceda48f4efddead71276363d8cc5f3.tar.gz |
The comma is also optional.
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index 3baccadd48..54429c80bb 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -238,7 +238,7 @@ PHP_FUNCTION(jdtogregorian) } /* }}} */ -/* {{{ proto mixed jddayofweek(int juliandaycount, [int mode]) +/* {{{ proto mixed jddayofweek(int juliandaycount [, int mode]) Returns name or number of day of week from julian day count */ PHP_FUNCTION(jddayofweek) { |