Data type Flashcards

1
Q

is_bool()

A

check boolean type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

is_int()

A

check integer type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is_float()

A

check float type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

is_string()

A

check string type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

is_array()

A

check array type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

is_object()

A

check object type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

is_resource()

A

check recource type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

is_null()

A

check null type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

floatval()

A

get float value of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

intval()

A

get integer value of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

strval()

A

get string value of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

get_defined_vars()

A

returns an array of all defined functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

gettype()

A

get type of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

settype(var,type)

A

set type of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

isset()

A

determine if a variable is declared and is different than NULL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

empty()

A

Determine if a variable is empty

17
Q

unset()

A

delete a variable

18
Q

print_r()

A

prints human-readable information about a variable

19
Q

var_dump()

A

prints information about a variable

20
Q

get_resource_type()

A

return a resource type