19 declare(strict_types=1);
getMaxLength()
Gets the max length of the text input.
withoutStripTags()
Disable stripping tags from user input.
withMaxLength(int $max_length)
Defines the Max Length of text that can be entered in the text input.
This describes text inputs.