Zend Related Exams
200-500 Exam
What can prevent PHP from being able to open a file on the hard drive (Choose 3)?
How can you determine if magic_quotes_gpc is enabled? (Choose 2)
After performing the following operations:
$a = array('a', 'b', 'c');
$a = array_keys(array_flip($a));
What will be the value of $a?