Q. Which PHP function returns the key of the current array element? (A) key() (B) index() (C) current_key() (D) array_key() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) key() Explanation: key() returns the key of the current element.