cast types Flashcards
1
Q
(int) (integer)
A
Cast to an integer by dropping the decimal portion
2
Q
(bool) (boolean)
A
Cast to a boolean
3
Q
(float) (double) (real)
A
Cast to a floating point number
4
Q
(string)
A
Cast to a string
5
Q
(array)
A
Cast to an array
6
Q
(object)
A
Cast to an object