Quiz

A
Q. 1 ) Which of the following function is used to change the root directory in PHP?
Q. 2 ) In PHP the error control operator is _______
Q. 3 ) Which of the following is not true?
Q. 4 ) To work with remote files in PHP you need to enable
Q. 5 ) none of above
Q. 6 ) Trace the function that does continue the script execution even if the file inclusion fails
Q. 7 ) Which of following are compound data type?
Q. 8 ) Which of following function return 1 when output is successful?
Q. 9 ) Which of the following data type is not seal or datetype supported by PHP
Q. 10 ) what will the ouptut of below date() function ? date="2011-12-12"; time="18:31:38"; datetime=date.time; echo date("Y-m-d:H:i:s",strtotime($datetime));
Q. 11 ) The PHP syntax is most similar to:
Please select an option