Home » PHP » PHP MySQL Database » Question
  1. Which one of the following is true about the following line – $obj = new ImageHandler(‘/images/’, array(600, 400));
    1. This snippet sets the maximum dimensions allowed to 400 pixels wide by 600 pixels high
    2. This snippet sets the minimum dimensions allowed to 600 pixels wide by 400 pixels high
    3. This snippet sets the minimum dimensions allowed to 400 pixels wide by 600 pixels high
    4. This snippet sets the maximum dimensions allowed to 600 pixels wide by 400 pixels high
    5. None of these
Correct Option: D

If you needed to change the size of your images, you can change the dimensions using the above instantiation of ImageHandler.



Your comments will be displayed only after manual approval.