Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
int sasql_num_rows( sasql_result $result )
$result に含まれるローの数を返します。
$result sasql_query 関数によって返される結果リソース。
ローの数が厳密である場合は正の数、概数である場合は負の数。ローの厳密な数を取得するには、データベースオプション row_counts をデータベースで永続的に設定するか、接続で一時的に設定します。sasql_set_optionを参照してください。