SIMULATION
What is the name of the key for the element in $_FILES['name'] that contains the provisional name of the uploaded file?
Answer is in the explanation below.
Loading demo links...
Showing 1–3 of 15 questions
SIMULATION
What is the name of the key for the element in $_FILES['name'] that contains the provisional name of the uploaded file?
Answer is in the explanation below.
SIMULATION
Your supervisor wants you to disallow PHP scripts to open remote HTTP and FTP resources using PHP's file functions. Which php.ini setting should you change accordingly?
Answer is in the explanation below.
Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)
Select all that apply, then click Submit answer.
Limit the amount of memory a script can consume
Limit the total amount of memory PHP uses on the entire server
Limit the maximum execution time of a script
Limit the maximum number of concurrent PHP processes
Limit the maximum number of concurrent PHP threads