« Expression::__construct
Result::__construct »
PHP Manual
Mysql_xdevapi
Result class
Result class
(PECL mysql-xdevapi >= 8.0.11)
简介
类摘要
mysql_xdevapi\Result
implements
mysql_xdevapi\BaseResult
,
Traversable
{
/* 方法 */
public
getAffectedItemsCount
(
void
) :
int
public
getAutoIncrementValue
(
void
) :
int
public
getGeneratedIds
(
void
) :
array
public
getWarnings
(
void
) :
array
public
getWarningsCount
(
void
) :
integer
}
Table of Contents
Result::__construct
— Result constructor
Result::getAffectedItemsCount
— Get affected row count
Result::getAutoIncrementValue
— Get autoincremented value
Result::getGeneratedIds
— Get generated ids
Result::getWarnings
— Get warnings from last operation
Result::getWarningsCount
— Get warning count from last operation