| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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 例
例1 sqlsrv_num_rows() example
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「sqlsrv_num_rows - Retrieves the number of rows in a result set」をGoogle検索
|