PHPCodez
Search
Primary Menu
Skip to content
Home
PHP
Functions
WordPress
Plugins
Joomla
Magento
Linux
My SQL
jQuery
Profile
comments
Search for:
PHP
min
May 3, 2012
Pramod T P
It returns lowest value
Example
<?php
echo min(10,11,17)
?>
Output
10
Post navigation
Previous Post
max
Next Post
mt_getrandmax
Beginners' Guide