<?php ctype_digit(mixed $text): bool
<?php public function toBeDigits(string $message = ''): self { Assert::assertTrue(ctype_digit((string) $this->value), $message); return $this; }