DocResult class
(PECL mysql-xdevapi >= 8.0.11)
简介
类摘要
/* 方法 */
public fetchAll
( void
) : array
public fetchOne
( void
) : array
public getWarnings
( void
) : Array
public getWarningsCount
( void
) : integer
}Table of Contents
- DocResult::__construct — DocResult constructor
- DocResult::fetchAll — Get all rows
- DocResult::fetchOne — Get one row
- DocResult::getWarnings — Get warnings from last operation
- DocResult::getWarningsCount — Get warning count from last operation