The purpose of the singleton pattern is to...
Under which circumstances is the $_SESSION super-global available? (Choose 2)
Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value in PHP 4?
What super-global should be used to access information about uploaded files via a POST request?
You have a variable $test that contains sub-strings divided by a dash ("-"). How can you put every sub-string into an array element easily?
Which of the following statements are NOT true?
What tags can always be used to begin a PHP script? (Choose 2)
What is the function of backtick (`) characters in PHP?
When retrieving data from URLs, what are valid ways to make sure all file_get_contents calls send a certain user agent string? (Choose 2)
Transactions are used to: