11111
odbc_longreadlen
(PHP3 >= 3.0.6, PHP4, PHP5)odbc_longreadlen -- Handling of LONG columns
bool odbc_longreadlen (resource result_id, int length)
- (ODBC SQL types affected: LONG, LONGVARBINARY) The number of bytes returned to PHP is controlled by the parameter length. If it is set to 0, Long column data is passed through to the client.
Замечание: Handling of LONGVARBINARY columns is also affected by
odbc_gettypeinfo
odbc_next_result 22222