Articles → PHP → Max() Function In PhpMax() Function In PhpIn this article, we will discuss the max() function in PHP.Purpose The max() function returns the highest number from an array of numbers.Example echo max(23, 11);Output Click to EnlargePosted By - Karan Gupta Posted On - Monday, August 31, 2020 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
echo max(23, 11);
Query/Feedback