The PDOStatement class
Введение
Represents a prepared statement and, after the statement is executed, an
associated result set.
Class synopsis
PDOStatement
bool execute
([ array $input_parameters= array()
] )
mixed fetch
([ int $fetch_style= PDO::FETCH_BOTH
[, int $cursor_orientation= PDO::FETCH_ORI_NEXT
[, int $cursor_offset= 0
]]] )
array fetchAll
([ int $fetch_style= PDO::FETCH_BOTH
[, int $column_index
[, array $ctor_args= array()
]]] )
mixed fetchObject
([ string $class_name
[, array $ctor_args
]] )
}
Содержание
|
|