I'm afraid I don't know PHP well enough
to figure this out.
What I would like is to keep an array in
memory so that it doesn't have to be
reloaded each time a .php script is run.
Is this possible?
In Java, I could load the array from a file
in the init() method of a servlet and it would
stay in memory until the server is shutdown
or restarted, etc.
Thanks,
Andrew
to figure this out.
What I would like is to keep an array in
memory so that it doesn't have to be
reloaded each time a .php script is run.
Is this possible?
In Java, I could load the array from a file
in the init() method of a servlet and it would
stay in memory until the server is shutdown
or restarted, etc.
Thanks,
Andrew
Comment