Shared Memory
Introduction
Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments.
- Installing/Configuring
- Examples
- Shared Memory Functions
- shmop_close — Close shared memory block
- shmop_delete — Delete shared memory block
- shmop_open — Create or open shared memory block
- shmop_read — Read data from shared memory block
- shmop_size — Get size of shared memory block
- shmop_write — Write data into shared memory block
- Shmop — The Shmop class
↑ and ↓ to navigate • Enter to select • Esc to close • / to open