PHP How to return datetime(6) from Mysql?

前端 未结 6 1855
隐瞒了意图╮
隐瞒了意图╮ 2020-12-17 10:37

When I query a dateTime(6) PHP is truncating my 6 fractional seconds.

Here is an example of my php code:

$sql = \'SELECT date FROM tbl\';
        $         


        
6条回答
  •  感情败类
    2020-12-17 11:20

    This bug was found in the Mysql (PECL) package of PHP and had been in an unresolved state for years. It was finally fixed in PHP v7.3.0.

    For related bug details: https://bugs.php.net/bug.php?id=76386

提交回复
热议问题