msql_num_rows

(PHP 4, PHP 5, PHP 7)

msql_num_rowsGet number of rows in result

Opis

msql_num_rows ( resource $query_identifier ) : int

msql_num_rows() returns the number of rows in a result set.

Parametry

wynik

Wynik w postaci zmiennej typu resource, który jest przetwarzany. Wynik pochodzi z wywołania funkcji msql_query().

Zwracane wartości

Returns the number of rows in the result set.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top