Resources
- Full support
- Partial support
Resources
The method textMax()
returns an integer, describing the maximum length of data that can be inserted into a field with metaType X
.
/* * Assume MySQL database */ $i = $db->textMax(); /* * Returns: 4294967295; */