PHP » GoLang |
login |
register |
about
|
fbsql_num_rows(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_num_rows — Get number of rows in result Description
int fbsql_num_rows
( resource
$result
)
Gets the number of rows in the given 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(). Return ValuesReturns the number of rows returned by the last SELECT statement. Examples
Example #1 fbsql_num_rows() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|