The PHP function get_current_user() identifies the user:

a. who owns the script
b. who deleted the script
c. who last run the script
d. who last modified the script


a. who owns the script

Computer Science & Information Technology

You might also like to view...

Which of the following declares an array of 10 elements and assigns the value 5.6 to the first element?

a) float numbers[9]; numbers[0] = 5.6; b) float numbers[9]; numbers[1] = 5.6; c) float numbers[10]; numbers[0] = 5.6; d) float numbers[10]; numbers[1] = 5.6;

Computer Science & Information Technology

It is possible to restrict access to data depending on the database user's privileges.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Identify the three most probable threats to a computing system in an office with fewer than 10 employees. That is, identify the three vulnerabilities most likely to be exploited. Estimate the number of times each vulnerability is exploited per year. Justify your estimate.

What will be an ideal response?

Computer Science & Information Technology

An add method that encounters a full array should either signal it’s client or

a. Crash the program b. Allocate a larger array c. Loop back to the beginning of the array for another pass through the array d. Merely increment the loop counter into the next area of memory

Computer Science & Information Technology