textMax

Description

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

Usage

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