update : 2015.11.03
php.shukuma.com검색:
|
fbsql_num_rows(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_num_rows — Get number of rows in result 설명
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(). 반환값Returns the number of rows returned by the last SELECT statement. 예제
Example #1 fbsql_num_rows() example
<?php 참고
|