用于返回当前的 Unix 时间戳的函数为
A: strtotime()
B: time()
C: date()
D: getdate()
A: strtotime()
B: time()
C: date()
D: getdate()
举一反三
- 下列函数可以返回当前时间的Unix的时间戳的是( ) A: date_timezone_set() B: date C: strtotime() D: time()
- 以下哪个函数返回的不是时间戳?() A: time() B: date() C: strtotime() D: localtime()
- 下面哪个函数不能返回UNIX时间戳()。 A: time() B: strtotime() C: localtime() D: gmmktime()
- 在PHP中,使用下列()函数可以返回当前系统时间的UNIX时间戳。 A: time() B: date() C: now() D: trim()
- PHP语言中返回当前日期时间戳的函数 A: time B: now C: day D: date