UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_a852e4e4c22f
/
vendor
/
respect
/
validation
/
docs
/
rules
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Factor.md
# Factor - `v::factor(int $dividend)` Validates if the input is a factor of the defined dividend. ```php v::factor(0)->validate(5); // true v::factor(4)->validate(2); // true v::factor(4)->validate(3); // false ``` *** See also: * [Digit](Digit.md) * [Finite](Finite.md) * [Infinite](Infinite.md) * [Numeric](Numeric.md)
Copyright © 2026 - UnknownSec