top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

查询oracle的数据库里面有字段是CLOB类型,如何正确获取数据 #582

Open a641336552 opened 2 months ago

a641336552 commented 2 months ago

查询oracle的数据库里面有字段是CLOB类型,如何正确获取数据 查询的是多条数据, 打印返回结果 array( ['colb'] => Resource id #454 ['name'] => 小明 ['mobile'] => 13333333333 ) 如果是单条能用stream_get_contents 函数来获取,如果是多条该怎么处理。