DocResult class
(PECL mysql-xdevapi >= 8.0.11)
はじめに
クラス概要
/* メソッド */
public fetchAll
( void
) : array
public fetchOne
( void
) : array
public getWarnings
( void
) : Array
public getWarningsCount
( void
) : integer
}目次
- 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