mysqli_result::fetch_fields
mysqli_result::fetch_fields
mysqli_fetch_fields
(PHP 5, PHP 7)
mysqli_result::fetch_fields -- mysqli_fetch_fields — Returns an array of objects representing the fields in a result set
Description
Object oriented style
array mysqli_result::fetch_fields ( void )
Procedural style
array mysqli_fetch_fields ( mysqli_result $result )
This function serves an identical purpose to the 登录查看完整内容