Shared Memory Functionsshmop
&reftitle.intro;
Shmop is an easy to use set of functions that allows PHP to read,
write, create and delete UNIX shared memory segments. The functions
will not work on windows, as it does not support shared memory.
In PHP 4.0.3, these functions were prefixed by shm
rather than shmop.
&reftitle.required;
&no.requirement;
&reftitle.install;
To use shmop you will need to compile php with the
parameter in your
configure line.
&reftitle.runtime;
&no.config;
&reftitle.resources;
&reftitle.constants;
&no.constants;
&reftitle.examples;
Shared Memory Operations Overview
]]>
&reference.shmop.functions;