下列选项中,拥有流程替代语法的语句是( )。
A. if
B. for
C. switch
D. foreach
要想使用time()函数获取正确的北京时间,需要在php.ini中配置。
A. timezone = PRC
B. date.timezone = PRC
C. date.timezone = Asia/Shanghai
D. 以上答案都不对
下列函数中,用于获取指定字符串在目标字符串中最后一次出现的位置的是。
A. strstr
B. strpos
C. strrpos
D. strripos
下列函数中,可以用来获取随机数的是。
A. rand()
B. mt_rand()
C. fmod()
D. round()