In PHP, you may force a variable to be converted to a certain type by which of the following means
(Choose two)?
A.
wrapping
B.
pointer
C.
casting
D.
thesettype() function
Explanation:
If you would like to force a variable to be converted to a certain type, you may either cast the
variable or use the settype () function on it.