Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have a large file that I would like
to read once and then have this object
be shared among all php pages at the
server. Can this be done? At the very least,
can this object persist from one invocation
of a given page to the next, so that
I am not forced to read the file every time?
I have a large file that I would like
to read once and then have this object
be shared among all php pages at the
server. Can this be done? At the very least,
can this object persist from one invocation
of a given page to the next, so that
I am not forced to read the file every time?