Which of the following is the correct way to start a PHP block?
What is the correct way to end a PHP statement?
How do you declare a variable in PHP?
What will echo "5" + "5" output?
Which of the following is a valid PHP variable name?
What does the explode() function do?
Which function reads a file line-by-line into an array?
What is the purpose of session_start()?
How can you delete a cookie in PHP?
Which function returns the number of characters in a string?
What does the __autoload() function do in PHP?
Which PHP feature allows you to share code between classes without inheritance?
What does the final keyword do when used in a class?
Which of the following is a common design pattern used in PHP?
What is the main purpose of using Composer in PHP?