Exemple #1
0
function fIsBool()
{
    return function ($d) {
        return isBool($d);
    };
}
/**
 * @return \Closure
 */
function isNotBool()
{
    return negate(isBool());
}