单项选择题

为用户定义函数is_leap()选择一个合适的函数声明。is_leap使用2000作为默认年份。()

A.function is_leap($year=2000)
B.is_leap($year default 2000)
C.function is_leap($year default 2000)
D.function is_leap($year)
E.function is_leap(2000=$year)