Fatal error: Call to undefined method mysqli_result::fetch_all()

后端 未结 3 1222
独厮守ぢ
独厮守ぢ 2020-11-29 10:48

I have problems with PHP in Ubuntu 10.04. When I try use mysqli_result::fetch_all this error appears:

Call to undefined method mysqli_result::fetch_all()

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 11:39

    http://www.php.net/manual/en/mysqli-result.fetch-all.php

    Available only with mysqlnd.

    Notes about enabling mysqlnd: http://www.php.net/manual/en/mysqlnd.install.php

提交回复
热议问题