respect-validation/docs/rules/Fibonacci.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

424 B

Fibonacci

  • Fibonacci()

Validates whether the input follows the Fibonacci integer sequence.

v::fibonacci()->validate(1); // true
v::fibonacci()->validate('34'); // true
v::fibonacci()->validate(6); // false

Categorization

  • Math
  • Numbers

Changelog

Version Description
1.1.0 Created

See also: