CallableType

  • CallableType()

Validates whether the pseudo-type of the input is callable.

v::callableType()->validate(function () {}); // true
v::callableType()->validate('trim'); // true
v::callableType()->validate([new DateTime(), 'format']); // true

Categorization

  • Callables
  • Types

Changelog

Version Description
1.0.0 Created

See also: