update : 2015.11.03
php.shukuma.com검색:
|
The PDOStatement class(PHP 5 >= 5.1.0, PECL pdo >= 1.0.0) 소개Represents a prepared statement and, after the statement is executed, an associated result set. 클래스 개요
PDOStatement
implements
Traversable
{
/* 프로퍼티 */
/* 메소드 */
public bool bindColumn
( mixed
$column
, mixed &$param
[, int $type
[, int $maxlen
[, mixed $driverdata
]]] )
public bool bindParam
( mixed
$parameter
, mixed &$variable
[, int $data_type = PDO::PARAM_STR
[, int $length
[, mixed $driver_options
]]] )
public mixed fetch
([ int
}$fetch_style
[, int $cursor_orientation = PDO::FETCH_ORI_NEXT
[, int $cursor_offset = 0
]]] )프로퍼티
Table of Contents
|