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.
Note: In PHP 4.0.3, these functions were prefixed by shm rather than shmop.
These functions are available as part of the standard module, which is always available.
To use shmop you will need to compile php with the --enable-shmop parameter in your configure line.