cubrid_fetch_row
PECL CUBRID >= 8.3.0
cubrid_fetch_row - Return a numerical array with the values of the current row
Manual
cubrid_fetch_row(
resource$result,
[int$type] ): array
This function returns a numerical array with the values of the current row from the result set, starting from 0, and moves the internal data pointer ahead.
Parameters
- result
result comes from a call to cubrid_execute
- type
Type can only be CUBRID_LOB, this parameter will be used only when you need to operate the lob object.
Return Values
A numerical array, when process is successful.
false, when there are no more rows; NULL, when process is unsuccessful.