readColumn() public method
Returns a single column from the next row of a result set.
| public mixed readColumn ( $columnIndex ) | ||
|---|---|---|
| $columnIndex | integer |
Zero-based column index |
| return | mixed |
The column of the current row, false if no more rows available |
Please login to continue.