maxdb_num_rows(PECL maxdb:1.0-7.6.00.38) maxdb_num_rows — Gets the number of rows in a result ОписаниеProcedural style:
int maxdb_num_rows
( resource $result
)
Object oriented style (property): maxdb
int$num_rows;
Returns the number of rows in the result set. The use of maxdb_num_rows() depends on whether you use buffered or unbuffered result sets. In case you use unbuffered resultsets maxdb_num_rows() will not correct the correct number of rows until all the rows in the result have been retrieved. Возвращаемые значенияReturns number of rows in the result set.
ПримерыПример #1 Object oriented style
<?phpПример #2 Procedural style
<?phpРезультатом выполнения данного примера будет что-то подобное:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |