![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
db2_result(no version information, might be only in CVS) db2_result -- Returns a single column from a row in the result setDescriptionmixed 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. Parameters
Return ValuesReturns 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. Examples
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|