Please answer this simple SPAM challenge: min(nine, three)? (Example: nine)
If you want to check whether you're dealing with a closure specifically and not a string or array callback you can do this:<?php$isAClosure = is_callable($thing) && is_object($thing);?>
<< Back to user notes page