Hey,
Im trying to do some caching in PHP and I have not clue what to do. I have a function that returns an array of XML objects. I want to cache this array and then access it later on.
Any ideas?
How to Cache variable value?
Moderator: General Moderators
Re: How to Cache variable value?
Research the serialize, file_put_contents and file_get_contents functions on php.net.