要查看一个变量的数据类型,可使用函数()
A: type()
B: gettype()
C: GetType()
D: Type()
A: type()
B: gettype()
C: GetType()
D: Type()
举一反三
- 要查看某个变量的数据类型,可使用函数( )。 A: gettype() B: GetType() C: Type() D: type()
- 查看变量的数据类型,可以使用的函数是( )。 A: isset() B: GetType() C: gettype() D: type()
- 要查看一个变量的数据类型,可以使用函数( ) A: typeof() B: gettype() C: status() D: type()
- 如果想查看某个变量的值和类型,用()函数 A: echo() B: var_dump() C: dd() D: gettype()
- 类型转换可以通过( )函数来实现。 A: type() B: settype() C: gettype() D: Type()