题目内容

在整型中,以0x开头的数是() (5分)

A. 十进制
B. 八进制
C. 十六进制
D. 二进制

查看答案
更多问题

$str="ab" $str2="cd"$str.=$str2 (10分)

A. "ab"
B. "abcd"
C. "acbd"
D. cd

$fruit="apple"; echo 'this is an $fruit.'的输出结果是() (5分)

A. this is an $fruit.
B. this is an $apple.
C. this is an apple.
D. this is an .

变量a的值为true,则a的数据类型是() (5分)

A. 对象
B. 数组
C. resource
D. bool

$a=4 $n=9 $a+=$n则$n的输出结果为() (10分)

A. 5
B. 4
C. 9
D. 13

答案查题题库