示例#1
0
 /**
  * Fetch a result row as an associative array.
  *
  * @return array
  *   Returns an associative array that corresponds to the fetched row and moves the internal data pointer ahead.
  */
 public function fetch_assoc()
 {
     return $this->dbObj->fetch_assoc($this->query);
 }