fork download
  1. <?php
  2. $f = function() {
  3. echo "OK";
  4. };
  5.  
  6. echo get_class($f);
  7.  
  8. //https://pt.stackoverflow.com/q/359565/101
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
Closure