×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

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.