<?php
$func = function(){};

// bool(true),匿名函数属于Closure类的对象,可以以此判断变量是否为闭包函数
var_dump($func instanceof Closure);

标签: none

添加新评论