|
PHP5中文手册
JDDayOfWeek(PHP 4, PHP 5) JDDayOfWeek — Returns the day of the week 说明
mixed jddayofweek
( int $julianday
[, int $mode
] )
Returns the day of the week. Can return a string or an integer depending on the mode. 参数
返回值The gregorian weekday as either an integer or string. |