Which of the following is not a PHP data type?

a. integer
b. float
c. Boolean
d. string
e. array
f. all are PHP data types

f. all are PHP data types

Computer Science & Information Technology

You might also like to view...

In 1831, Alexander Graham Bell made the first telephone call

Indicate whether the statement is true or false

Computer Science & Information Technology

C++11]: Given a built-in array of ints named values, which of the following statements would sort the array?

a. sort(values.begin(), values.end()); b. sort(values.array_begin(), values.array_end()); c. sort(begin(values), end(values)); d. sort(array_begin(values), array_end(values));

Computer Science & Information Technology