![]() | db2_resultDescrizionemixed 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. Elenco dei parametri
Valori restituitiReturns the value of the requested field if the field exists in the result set. Returns NULL if the field does not exist, and issues a warning. Esempi
| ![]() | |||