在PHP中,使用()函数检测变量是否属于字符串类型
A: is_bool()
B: is_string()
C: is_integer()
D: is_float()
A: is_bool()
B: is_string()
C: is_integer()
D: is_float()
B
举一反三
- 以下检测变量是否属于字符串类型的函数是()。 A: is_bool() B: is_float() C: is_string() D: is_numeric()
- 下列函数中,可以用来检测变量是否属于标量的是()。 A: is_bool B: is_string C: is_float D: is_scalar
- 函数filter可以具有哪些类型? A: (Int - Bool) - [Int] - [Integer] B: (Int - Bool) - [Integer] - [Integer] C: (Int - Bool) - [Int] - [Int] D: (Char - Bool) - String - String
- 下列函数中,可以用来判断变量是否为数值的是()。 A: is_float B: is_scalar C: is_numeric D: is_integer
- 下面代码运行后输出的结果是______________。<?php$a=true;echo is_bool($a);?>补充说明:is_bool( ) 该函数为检测数据类型的函数,功能是检测变量是否为布尔类型,
内容
- 0
下列那些属于php的数据类型? A: boolean B: string C: integer D: float
- 1
以下检测变量是否属于字符串类型的函数是
- 2
PHP支持的基本数据类型有 A: Integer B: Float C: String D: Boolean
- 3
表达式f=\xy-(3*x+1,yx) 的可能类型是 A: Int - Int - (Int, Bool) B: Float - Float - (Float, Bool) C: Int - (Int, Bool) D: Int - Int - (Integer, Bool)
- 4
map可以具有哪些类型? A: (Int - Bool) - [Int] - Bool B: (Int - Bool) - [Int] - [Bool] C: (Int - Bool) - [Integer] - [Bool] D: (Char - Bool) - String - [Bool]