which of the following means (Choose two)?

In PHP, you may force a variable to be converted to a certain type by which of the following means
(Choose two)?

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.



Leave a Reply 0

Your email address will not be published. Required fields are marked *