Returns a single column from the next row of a result set.
public readColumn ( integer $columnIndex ) : mixed | ||
$columnIndex | integer | zero-based column index |
Résultat | mixed | the column of the current row, false if no more rows available |