php: how do i store an array in a file to access as an array later with php?
- by Haroldo
I just want to quickly store an array which i get from a remote API, so that i can mess around with it on a local host.
So:
i currently have an array
i want to people to use the array without having to get it from the API
There are no needs for efficiency etc here, this isnt for an actual site just for getting some sanitizing/formatting methods made etc
is there a function like store_array() restore_arrray() ?!