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