Which PHP image management function returns the resources you've been using on the server?
a. imagestring()
b. imagedestroy()
c. imagepng()
d. imageline()
b. imagedestroy()
You might also like to view...
The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.
A. set the font size, type, and other properties of Web page text B. apply a background image to any element C. specify background and foreground colors of different page elements D. position elements at specific locations on a page
Given the following array, which will return the index value of the element "tennis" and store it in a variable named tennis?
``` var sports = new Array("football", "baseball", "soccer", "tennis", "basketball", "wrestling"); ``` a. ``` tennis = 3; ``` b. ``` tennis = sports(3); ``` c. ``` tennis = sports.indexOf("tennis"); ``` d. none of these
Laptops with Windows Vista/7 installed support wireless sound connectivity, but not Windows XP
Indicate whether the statement is true or false
____________ is the generic term used in the description of biometric systems (e.g., face or iris) relating to their fundamental function.
A. recognition B. identification C. template D. verification E. none or the above