What does PHP stand for ?
Which of the following magic constant of PHP returns function name
Which of the following function is used to locate a string within a string ?
Which of the following variable is used for the PHP script name ?
Which of the following function checks if a specified value exists in an array ?
Which of the following is used to set cookies ?
Which of the following is used to destroy the session ?
Which of the following method of Exception class returns array of the backtrace ?
Which of the following method can be used to close a MySQL database using PHP ?
PHP numerically indexed array begin with position
Which of the functions is used to sort an array in descending order ?
Which of the following are correct ways of creating an array ?
Which function will return true if a variable is an array or false if it is not ?
Which in-built function will add a value to the end of an array ?
Which function can be used to move the pointer to the previous array position ?