|
sqlsrv_get_field(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_get_field — Gets field data from the currently selected row ОписаниеGets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0. Список параметров
Возвращаемые значенияReturns data from the specified field on success. Returns FALSE otherwise. Примеры
Пример #1 sqlsrv_get_field() example The following example demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field().
<?php Смотрите также
|
|