|
fbsql_num_rows(PHP 4 >= 4.0.6, PHP 5) fbsql_num_rows — Get number of rows in result Описание
int fbsql_num_rows
( resource $result
)
Gets the number of rows in the given result set. This function is only valid for SELECT statements. To retrieve the number of rows returned from a INSERT, UPDATE or DELETE query, use fbsql_affected_rows(). Список параметров
Возвращаемые значенияReturns the number of rows returned by the last SELECT statement. Примеры
Пример #1 fbsql_num_rows() example
<?php Смотрите также
|
|