getValueFrom() getValueFrom(array $values, string $argName, string $argAltName) : mixed Get value from input array Parameters array $values string $argName string $argAltName Returns mixed — Getting $values from getopt()
validate() validate(mixed $value) : boolean Validate the given value with this type Parameters mixed $value Returns boolean
checkByRegex() checkByRegex(mixed $value) : boolean Check this value if valid using the regex Parameters mixed $value Returns boolean
check() check(mixed $value) : boolean Check this value is valid Parameters mixed $value Returns boolean