Which PHP function is used to return the current element in an array?

117. Which PHP function is used to return the current element in an array?

  1. get()
  2. start()
  3. current()
  4. cur()

Answer: C) current()

Explanation:

The PHP function current() is used to return the current element in an array.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.