Advance PHP MCQ Interview Question’s & Answer’s Advance PHP 1 / 10 Which of the following function is used to find files in PHP? glob() fold() file() None of the above 2 / 10 Which of the following function displays the information about PHP and its configuration? php_info() phpinfo() info() None of the above 3 / 10 Which of the following is the correct way to open the file "sample.txt" as readable? fopen("sample.txt", "r"); fopen("sample.txt", "r+"); fopen("sample.txt", "read"); fopen("sample.txt"); 4 / 10 What is the use of sprintf() function in PHP? The sprintf() function is used to print the output of program The sprintf() function is used to send output to variable Both of the above None of the above 5 / 10 What is the use of isset() function in PHP? The isset() function is used to check whether variable is set or not The isset() function is used to check whether the variable is free or not The isset() function is used to check whether the variable is string or not None of the above 6 / 10 What is the use of fopen() function in PHP? The fopen() function is used to open folders in PHP The fopen() function is used to open remote server The fopen() function is used to open files in PHP None of the above 7 / 10 Which of the following is the correct use of the strcmp() function in PHP? The strcmp() function is used to compare the strings excluding case The strcmp() function is used to compare the uppercase strings The strcmp() function is used to compare the lowercase strings The strcmp() function is used to compare the strings including case 8 / 10 Which of the following is the correct way of defining a variable in PHP? $variable name = value; $variable_name = value; $variable_name = value $variable name as value; 9 / 10 Which of the following PHP function is used to generate unique id? id() mdid() uniqueid() None of the above 10 / 10 Which of the following is the correct way to create a function in PHP? Create myFunction() New_function myFunction() function myFunction() None of the above Your score isThe average score is 60% 0% Restart quiz