题目内容

$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

$a=90,$b=3 $a%=$b,$a的值为( )

A.90
B.3
C.0
D.1

5>3&&100<3的结果是(B)

A.true
B.false
C.0
D.1

答案查题题库