PHP.nl

odbc_longreadlen

odbc_longreadlen

Handling of LONG columns

true **odbc_longreadlen** Odbc\Result $statement int $length

Controls handling of , and columns. The default length can be set using the php.ini directive. LONG``LONGVARCHAR``LONGVARBINARYuodbc.defaultlrl

statementodbc.result.object.

length The number of bytes returned to PHP is controlled by the parameter length. If it is set to , long column data is passed through to the client (i.e. printed) when retrieved with . 0``odbc_result

return.true.always

Opmerking: > Handling of columns is also affected by . LONGVARBINARY``odbc_binmode