What does the PHP construct exit return?
What does the PHP construct exit return?
a. 0
b. true
c. nothing
d. 1
c. nothing
You might also like to view...
Which of the following does the C++ language not support?
a. classes b. global functions c. automatic garbage collection d. support for object oriented programming e. traditional programming techniques
Social engineering is the act of manipulating users into revealing confidential information
Indicate whether the statement is true or false
____ give programmers access to complex behavior.
A. Objects B. Aspects C. Samples D. Mutators
What function returns a line, strips any XHTML tags the line contains, and then moves the file pointer to the next line?
A. fgetcsv(handle, length[, delimiter, string_enclosure]) B. stream_get_line)$handle, length, delimiter) C. fgetss($handle, length[, allowed_tags]) D. fgets(handle[, length])