题目内容

下列变量名称不符合变量命名规范的是( )

A.a
B.5_hdhd
C.Student
D._aaaaa

查看答案
更多问题

在整型中,以0x开头的数是( )

A.十进制
B.八进制
C.十六进制
D.二进制

$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 .

答案查题题库