Search Results

  1. The mysqli_result class Introduction ¶ Represents the result set obtained from a query against the database.

    • Mysqli

      mysqli_result::data_seek — Adjusts the result pointer to an...

  2. mysqli_result::data_seek — Adjusts the result pointer to an arbitrary row in the result mysqli_result::fetch_all — Fetches all result rows as an associative array, a numeric array, or both

  3. mysqli_result::data_seek — Adjusts the result pointer to an arbitrary row in the result mysqli_result::fetch_all — Fetch all result rows as an associative array, a numeric array, or both

  4. Stores whether the result is buffered or unbuffered as an int (MYSQLI_STORE_RESULT or MYSQLI_USE_RESULT, respectively).

  5. Stores whether the result is buffered or unbuffered as an int (MYSQLI_STORE_RESULT or MYSQLI_USE_RESULT, respectively).

  6. Check out the reference for mysqli_result and it will give you an idea of how to use the object you got back from mysqli::query().

  7. People also ask

  8. PHP mysqli_result Class The PHP mysqli_result class represents the result set obtained after running a query.

  1. People also search for