

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following is true about the following line $obj = new ImageHandler( /images/ , array(600, 400)); |
A. | This snippet sets the maximum dimensions allowed to 400 pixels wide by 600 pixels high |
B. | This snippet sets the minimum dimensions allowed to 600 pixels wide by 400 pixels high |
C. | This snippet sets the minimum dimensions allowed to 400 pixels wide by 600 pixels high |
D. | This snippet sets the maximum dimensions allowed to 600 pixels wide by 400 pixels high |
E. | None of these |
Answer» E. None of these | |