Which PHP functions are used to find the lowest and highest values from a list of arguments?

67. Which PHP functions are used to find the lowest and highest values from a list of arguments?

  1. minimum() and maximum()
  2. min() and max()
  3. find_min() and find_max()
  4. getmin() and getmax()

Answer: B) min() and max()

Explanation:

The PHP functions min() and max() are used to find the lowest and highest values from a list of arguments.

Comments and Discussions!

Load comments ↻






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