题目内容

$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()

$m=3,$m++;echo $m--的输出结果是( )

A.3
B.4
C.5
D.6

答案查题题库