1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

The comma is also optional.

This commit is contained in:
Egon Schmid
2000-04-16 16:02:31 +00:00
parent 8b1b39b5b5
commit d39724c536

View File

@@ -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)
{