05.06.2020, 18:31
PHP Code:
/*
cache_get_value_name -> Is used to fetch string from MySQL
cache_get_value_name_int -> Is used to fetch integers(number(s)) from MySQL
cache_get_value_name_float -> Is used to fetch float from MySQL
cache_get_value_name_bool -> s used to fetch boolean from MySQL
*/
cache_get_value_name( row_idx, const column_name[ ], destination[ ], max_len = sizeof( destination ) )
cache_get_value_name_int( row_idx, const column_name[ ], destination )
cache_get_value_name_float( row_idx, const column_name[ ], Float:destination )
cache_get_value_name_bool( row_idx, column_name[ ], &bool:destination )