Searched refs:fetch_array (Results 1 – 6 of 6) sorted by relevance
51 function fetch_array($query, $result_type = MYSQLI_ASSOC) { function in ucclient_db52 return $query ? $query->fetch_array($result_type) : null;62 return $this->fetch_array($query);68 while($data = $this->fetch_array($query)) {
62 function fetch_array($query, $result_type = MYSQL_ASSOC) { function in ucclient_db73 return $this->fetch_array($query);79 while($data = $this->fetch_array($query)) {
57 if($this->db->fetch_array($query)) {130 while($thread = $this->db->fetch_array($query)) {232 while($thread = $this->db->fetch_array($query)) {318 while($member = $this->db->fetch_array($query)) {412 while($threadpm = $this->db->fetch_array($query)) {487 if($list = $this->db->fetch_array($query)) {602 while($pm = $this->db->fetch_array($query)) {624 while($member = $this->db->fetch_array($query)) {705 while($uid = $this->db->fetch_array($query)) {748 while($data = $this->db->fetch_array($query)) {[all …]
212 while($user = $this->db->fetch_array($query)) {221 while($user = $this->db->fetch_array($query)) {243 while($row = $this->db->fetch_array($query)) {
142 list($version) = $this->cursor->fetch_array();218 list($result) = $this->cursor->fetch_array();
311 if ($row = $result->fetch_array()) {