Home » PHP » PHP File Upload » Question
  1. Which of the following directive determines the maximum amount of time that a PHP script will spend attempting to parse input before registering a fatal error?
    1. max_intake_time
    2. max_take_time
    3. max_parse_time
    4. max_input_time
    5. None of these
Correct Option: D

This is relevant because particularly large files can take some time to upload, eclipsing the time set by this directive.



Your comments will be displayed only after manual approval.