Please answer this simple SPAM challenge: max(five, four)? (Example: nine)
<?php $v = base_convert(3.14, 10, 10); var_dump($v); ?> output: string(3) "314"
<< Back to user notes page