- 🇮🇹Italy apaderno Brescia, 🇮🇹
cache_get()
now says Returns data from the persistent cache. and cache_get will automatically return unserialized objects and arrays.IMO, that does not mean that the value returned from
cache_get()
is an object or an array. I read it as saying that the returned data contains unserialized objects and arrays, which is true.
It is not explicit about what value it returns, and for that reason, I cannot say the returned value is an array.