Q. How can you remove an element from an array by its key?
β
Correct Answer: (A)
unset()
Explanation: unset() removes a variable or array element.