下列关于PHP变量定义错误的是()

下列关于PHP变量定义错误的是()

A.var c = 6

B.$a1 = 12

C.int b2 = 3

D.var $a = 18

正确答案:var c = 6#int b2 = 3#var $a = 18

猜你喜欢