CI_DB_result::unbuffered_row()

unbuffered_row([$type = 'object'])

Parameters:
  • $type (string) – Type of the requested result - array, object, or class name
Returns:

Next row from the result set or NULL if it doesn’t exist

Return type:

mixed

Fetches the next result row and returns it in the requested form.

Usage: see Result Rows.

doc_CodeIgniter
2016-10-15 16:31:26
Comments
Leave a Comment

Please login to continue.