<?php
$f = function() {
    echo "OK";
};

echo get_class($f);

//https://pt.stackoverflow.com/q/359565/101