11.05.2017, 05:42
Possibly with the exception of mysql_num_rows (cache_num_rows()) there's pretty much no direct equivalent of these because of how the new system works. If you use threaded queries (recommended in almost all instances) then you need not explicitly store (Cache:var = mysql_query(...)) and free the result (cache_delete()) anymore. Fetch_row_format is completely obsolete, there is absolutely no equivalent. All necessary fields should now be fetched separately. I've never used "fetch_field_row" so I don't know what it does.