相关考题
-
多项选择题
以下哪个函数返回的不是时间戳?()
A、time()
B、date()
C、strtotime()
D、localtime() -
多项选择题
以下哪些函数能读取文件的全部内容?()
A、file_get_contents()
B、fread()
C、readfile()
D、file() -
多项选择题
PHP中可以实现程序分支结构的关键字是()
A、while
B、for
C、if
D、switch