コード例 #1
0
ファイル: db.php プロジェクト: farukuzun/core-1
 /**
  * Fetch extended error information associated with the last database operation.
  *
  * @return array The last error information.
  */
 public function errorInfo()
 {
     return $this->connection->errorInfo();
 }