Numeric

  • v::numeric()

Validates on any numeric value.

v::numeric()->validate(-12); // true
v::numeric()->validate('135.0'); // true

See also: