______function is used to find out the datatype?
(a) datatype ()
(b) typeof ()
(c) typefor()
(d) type ()
Answers
Answered by
0
Answer:
The gettype() function is an inbuilt function in PHP which is used to get the type of a variable. It is used to check the type of existing variable.
Similar questions