====== textMax ====== ~~NOTOC~~ == See Also == [[v5:userguide:adodb_stringmax|ADODB_STRINGMAX_NOTSET]]\\ [[v5:userguide:adodb_stringmax|ADODB_STRINGMAX_NOLIMIT]]\\ [[v5:reference:connection:charmax|charMax()]]\\ ==Syntax== int textMax() ===== Description ===== The method ''textMax()'' returns an integer, describing the maximum length of data that can be inserted into a field with [[v5:dictionary:metatype]] ''X''. ===== Usage ===== /* * Assume MySQL database */ $i = $db->textMax(); /* * Returns: 4294967295; */