09.09.2016, 14:05
Quote:
Integer is wrong;
cache_get_value_name(0, "string", dest); new value = cache_get_value_name(0, "integer"); New; new value; cache_get_value_name_int(0, "integer", value); |
Quote:
all cache_get_ functions now return their value through a reference parameter instead of returning it directly: |