PHPCodez
Search
Primary Menu
Skip to content
PHP
Magento
Javascript
HTML
My SQL
Functions
WordPress
Plugins
Joomla
Linux
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