mysqli_result::fetch_object

mysqli_result::fetch_object

mysqli_fetch_object

(PHP 5, PHP 7)

mysqli_result::fetch_object -- mysqli_fetch_objectReturns the current row of a result set as an object

Description

Object oriented style

object mysqli_result::fetch_object ([ string $class_name = "stdClass" [, array $params ]] )

Procedural style

object mysqli_fetch_object ( mysqli_result $result [, string $class_name = "stdClass" [, array $params ]] )

The 登录查看完整内容