PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $t = [true, true, true]; echo min($t); $f = [true, true, false, true]; echo min($f);
Show:  
Copy Clear