update : 2015.11.03
php.shukuma.com검색:
|
maxdb_stmt_num_rowsmaxdb_stmt::num_rows(PECL maxdb >= 1.0) maxdb_stmt_num_rows -- maxdb_stmt::num_rows — Return the number of rows in statements result set 설명절차식 형식
int maxdb_stmt_num_rows
( resource
$stmt
)객체 기반 형식 int $maxdb_stmt->num_rows;
Returns the number of rows in the result set. 반환값An integer representing the number of rows in result set. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Number of rows: 25. 참고
|