update : 2015.11.03
php.shukuma.com검색:
|
The mysqli_stmt class(PHP 5) 소개Represents a prepared statement. 클래스 개요
mysqli_stmt
{
/* 프로퍼티 */
int $affected_rows;
int $errno;
array $error_list;
string $error;
int $field_count;
int $insert_id;
int $num_rows;
int $param_count;
string $sqlstate;
/* 메소드 */
}Table of Contents
|