Well done!

You have completed Pagination!

Quiz Question 1 of 5

Which built in PHP function returns TRUE for all of the following:

"" (an empty string)
0 (0 as an integer)
0.0 (0 as a float)
"0" (0 as a string)
NULL
FALSE
array() (an empty array)
$var; (a variable declared, but without a value)

Choose the correct answer below:

Skip Quiz Review Video