|
sqlsrv_fetch(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_fetch — Makes the next row in a result set available for reading ОписаниеMakes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row. Список параметров
Возвращаемые значенияReturns TRUE if the next row of a result set was successfully retrieved, FALSE if an error occurs, and NULL if there are no more rows in the result set. Примеры
Пример #1 sqlsrv_fetch() example The following example demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field().
<?php Смотрите также
|
|