mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
741 B
741 B
Type
Type(string $type)
Validates the type of input.
v::type('bool')->validate(true); // true
v::type('callable')->validate(function (){}); // true
v::type('object')->validate(new stdClass()); // true
Changelog
| Version | Description |
|---|---|
| 0.8.0 | Created |
See also: