Home
last modified time | relevance | path

Searched refs:fetch_array (Results 1 – 6 of 6) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php51 function fetch_array($query, $result_type = MYSQLI_ASSOC) { function in ucclient_db
52 return $query ? $query->fetch_array($result_type) : null;
62 return $this->fetch_array($query);
68 while($data = $this->fetch_array($query)) {
H A Ddb.class.php62 function fetch_array($query, $result_type = MYSQL_ASSOC) { function in ucclient_db
73 return $this->fetch_array($query);
79 while($data = $this->fetch_array($query)) {
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php57 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 …]
H A Duser.php212 while($user = $this->db->fetch_array($query)) {
221 while($user = $this->db->fetch_array($query)) {
243 while($row = $this->db->fetch_array($query)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php142 list($version) = $this->cursor->fetch_array();
218 list($result) = $this->cursor->fetch_array();
/plugin/photogallery/phpThumb/
H A DphpThumb.php311 if ($row = $result->fetch_array()) {