Basic Php - Study Mode
[#1] PHP does not support numbers written in hexadecimal, octal or scientific notation.
Correct Answer
(B) False
[#2] PHP ..... demand that you declare a data type when you create a variable.
Correct Answer
(B) does not
[#3] strval()
Correct Answer
(C) Accepts a value and converts it into string equivalent
[#4] What is the limit of a PHP integer value?
Correct Answer
(D) 2147483647
[#5] PHP considers the following values as False
Correct Answer
the integer 0