Query: msql_num_rows
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSQL_NUM_ROWS(3) MSQL_NUM_ROWS(3) msql_num_rows - Get number of rows in resultSYNOPSISint msql_num_rows (resource $query_identifier)DESCRIPTIONmsql_num_rows(3) returns the number of rows in a result set.PARAMETERSo $ result -The result resource that is being evaluated. This result comes from a call to msql_query(3).RETURN VALUESReturns the number of rows in the result set.SEE ALSOmsql_num_fields(3). PHP Documentation Group MSQL_NUM_ROWS(3)
Related Man Pages |
---|
msql_fetch_array(3) - php |
fbsql_fetch_row(3) - php |
msql_fetch_row(3) - php |
pg_affected_rows(3) - php |
pg_fetch_all(3) - php |