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