题目内容

$a = 5;$b = 6;echo '$a+$b';

A. 11
B. $a+$b
C. 5+6
D. 5

查看答案
更多问题

在整型中,以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

答案查题题库