charMax

Description

The method charMax() returns an integer, describing the maximum length of data that can be inserted into a field with metaType C.

Usage

/*
 * Assume MySQL database
 */
$i = $db->charMax();
 
/*
 * Returns: 255;
*/