ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:textmax

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;
*/
v5/reference/connection/textmax.txt · Last modified: 2016/02/28 17:24 by mnewnham