Home
last modified time | relevance | path

Searched refs:mysql_fetch_array (Results 1 – 8 of 8) sorted by path

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php63 return mysql_fetch_array($query, $result_type);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ert_id mysql_result mysql_num_rows mysql_num_fields mysql_fetch_row mysql_fetch_array mysql_fetch_…
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php170 $row = mysql_fetch_array($res, MYSQL_ASSOC);
229 while ($regel = mysql_fetch_array($thisresult))
262 $row = mysql_fetch_array($res, MYSQL_ASSOC);
274 $row = mysql_fetch_array($res, MYSQL_ASSOC);
/plugin/guestbook/
H A Dbasic.class.php139 while($data = mysql_fetch_array($result))
176 $data=mysql_fetch_array(mysql_query($sql));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php137 list($version) = mysql_fetch_array($this->cursor);
187 list($result) = mysql_fetch_array($this->cursor);
/plugin/photogallery/phpThumb/
H A DphpThumb.php347 if ($row = @mysql_fetch_array($result)) {
/plugin/sql/
H A DDB.php117 function mysql_fetch_array($statement, $params = NULL) { function
/plugin/swiftmail/Swift/Iterator/
H A DMySQLResult.php76 $this->currentRow = mysql_fetch_array($this->resultSet);
93 $this->currentRow = mysql_fetch_array($this->resultSet);