17.02.2014, 00:54
Cache operations with string use a parameter to determine where to store the result at. They don't return any specific value.
Int and float operations with the cache do return a parameter and you can and should do
While this would be incorrect (the last post)
Int and float operations with the cache do return a parameter and you can and should do
Код:
Expire = cache_get_field_content_int(0,"Expire");
Код:
cache_get_field_content_int(0,"Expire", Expire);