PHP. Руководство по PHP. 2005
db2_result
db2_result
(no version information, might be only in CVS)db2_result -- Returns a single column from a row in the result set
Описание
mixed db2_result (resource stmt, mixed column)Use db2_result() to return the value of a specified column in the current row of a result set. You must call db2_fetch_row() before calling db2_result() to set the location of the result set pointer.