$a="efc",$b=15,$a+$b的值为( )
A.efc
B.15
C.71
D.efc15
$str="123php234" $a=(int)$str,则变量a的类型是( )
A.字符串类型
B.浮点型
C.整型
D.不能强制转换
$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.type()
B.gettype()
C.GetType()
D.Type()