|
sqlsrv_num_rows(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_num_rows — Retrieves the number of rows in a result set ОписаниеRetrieves the number of rows in a result set. This function requires that the statment resource be created with a static or keyset cursor. For more information, see sqlsrv_query(), sqlsrv_prepare(), or » Specifying a Cursor Type and Selecting Rows in the Microsoft SQLSRV documentation. Список параметров
Возвращаемые значенияReturns the number of rows retrieved on success and FALSE if an error occured. If a forward cursor (the default) or dynamic cursor is used, FALSE is returned. Примеры
Пример #1 sqlsrv_num_rows() example
<?php Смотрите также
|
|