Saturday, 24 August 2013

PHP save values in memory

PHP save values in memory

Is it possible to save variables and values in PHP memory? if yes, how to
do that?
I want to have some values updated every 0.1 seconds (probably these
values shouldn't be saved in a database because a mysqli query sometimes
lasts longer than 0.1 second.)
Also i don't want to use $_SESSION because i want these variables
accessable from all the users.
Thanks in advance.

No comments:

Post a Comment