odbc_longreadlen
odbc_longreadlen
(PHP 4, PHP 5, PHP 7)
odbc_longreadlen - 处理LONG列
Description
bool odbc_longreadlen ( resource $result_id , int $length )
启用LONG和LONGVARBINARY列的处理。
Parameters
result_id
结果标识符。
length
返回给PHP的字节数由参数长度控制。如果它设置为0,则将长列数据传递给客户端。
Return Values
TRUE
成功或FALSE
失败时返回。
Notes
注意
:处理LONGVARBINARY列也受odbc_binmode()的影响。
← odbc_gettypeinfo
odbc_next_result →
© 1997–2017 The PHP Documentation Group
根据知识共享署名许可证v3.0或更高版本授权。