(PHP 5, PHP 7)
mysqli_result::$field_count
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Get the number of fields in a result

2025-01-10 15:47:30
mysqli_result::field_seek
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Set result pointer to a specified field offset

2025-01-10 15:47:30
mysqli_result::fetch_object
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Returns the current row of a result set as an object

2025-01-10 15:47:30
mysqli_result::fetch_assoc
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Fetch a result row as an associative array

2025-01-10 15:47:30
mysqli_result::fetch_array
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Fetch a result row as an associative, a numeric array, or both

2025-01-10 15:47:30
mysqli_result::free
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Frees the memory associated with a result

2025-01-10 15:47:30
mysqli_result::fetch_field
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Returns the next field in the result set

2025-01-10 15:47:30
mysqli_result::$num_rows
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Gets the number of rows in a result

2025-01-10 15:47:30
mysqli_result::fetch_field_direct
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Fetch meta-data for a single field

2025-01-10 15:47:30
mysqli_result::fetch_fields
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_result

(PHP 5, PHP 7) Returns an array of objects representing the fields in a result set

2025-01-10 15:47:30