List of PHP native_type's for PDO getColumnMeta()

后端 未结 6 1268
走了就别回头了
走了就别回头了 2020-12-19 12:42

I am using the PDO Database Abstraction library to make sure my code is portable. However, I now find that I need column information so I turned to the PDOStatement->getColu

6条回答
  •  孤城傲影
    2020-12-19 13:28

    I had my hand in getting the behavior changed to more closely fit the documentation. You may want to refer to PHP Bug #46508.

提交回复
热议问题