Which of the following is a PHP function that changes the permissions on a file?
a. ch perm()
b. ch mod()
c. ch grp()
d. ch own()
b. chmod()
Computer Science & Information Technology
You might also like to view...
What type of policy describes how long data is kept before destruction?
A. Classification B. Audit C. Record retention D. Availability
Computer Science & Information Technology
When a function name, like setBalance, describes what the function does, it is an example of:
A. a function prototype B. self-documenting code C. function implementation D. encapsulation
Computer Science & Information Technology