题目内容

$a = 5;$b = 6;echo '$a+$b';代码输入结果是什么?

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

查看答案
更多问题

单选题】$fruit="apple"; echo 'this is an $fruit.'的输出结果是()

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

【单选题】变量a的值为true,则a的数据类型是()

A. resource
B. bool

【单选题】$str="123avfdss234" $a=(int)$str,则变量a的类型是()

A. 字符串类型
B. 整型
C. 不能强制转换

定义数组$arr=array(1,2,3,4,5,6,7,8,9),执行语句echo $arr[2],输出结果是什么

答案查题题库