update : 2015.11.03
php.shukuma.com검색:
|
The mysqli_result class(PHP 5) 소개Represents the result set obtained from a query against the database. 변경점
클래스 개요
mysqli_result
implements
Traversable
{
/* 프로퍼티 */
int $current_field
;
int $field_count;
array $lengths;
int $num_rows;
/* 메소드 */
}Table of Contents
|