Which One Of The Following Is True About The Following Line #330
Which one of the following is true about the following line – $obj = new ImageHandler(‘/images/’, array(400, 300));?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - Image Uploading Ability - Quiz No.1.
Which one of the following is true about the following line – $obj = new ImageHandler(‘/images/’, array(400, 300));?
This snippet sets the maximum dimensions allowed to 400 pixels wide by 300 pixels high
This snippet sets the minimum dimensions allowed to 300 pixels wide by 400 pixels high
This snippet sets the minimum dimensions allowed to 400 pixels wide by 300 pixels high
This snippet sets the maximum dimensions allowed to 300 pixels wide by 400 pixels high