mysqli_result 类
(PHP 5, PHP 7, PHP 8)
类摘要
public fetch_all(
int $mode = MYSQLI_NUM):
array
public fetch_array(
int $mode = MYSQLI_BOTH):
array|null|false
public fetch_column(
int $column = 0):
null|int|float|string|false
public fetch_object(
string $class = "stdClass",
array $constructor_args = []):
object|null|false
}
属性
-
type
-
存储的是否为缓冲的结果,int 形式(分别是 MYSQLI_STORE_RESULT
或 MYSQLI_USE_RESULT)。
目录
There are no user contributed notes for this page.