Please answer this simple SPAM challenge: min(three, eight)? (Example: nine)
Can also handy for debugging, to quickly show a bunch of variables and their values: <?php print_r(compact(explode(' ', 'count acw cols coldepth'))); ?> gives Array ( [count] => 70 [acw] => 9 [cols] => 7 [coldepth] => 10 )
<< Back to user notes page