Please answer this simple SPAM challenge: min(four, three)? (Example: nine)
Watch out after PHP 8.0!Sample code:<?phpecho max(0,'hello');?>Before PHP 8.0 will return int(0) but since PHP 8.0 above code returns string("hello")!!
<< Back to user notes page