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