Vidyalelo
PHP · Q137

Operators And Expressions

Programming · PHP · question 137

Q137

In order to find if a variable holds an actual number or a string containing characters that can be translated into a number you can use:

A.
is_num()
B.
is_number()
C.
if_numeric
D.
is_numeric()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board