Overview

This is actually a group of three extensions to PHP that enable access to shared memory using the System V IPC (InterProcess Communication) model.

These functions are available only on systems that support System V-style shared memory. This includes most modern UNIX variants—Linux and Solaris, for instance—but not systems such as Windows.

Note that this chapter is not intended to be an introduction to SysV IPC programming, so if you’re new to the topic you may want to check out some web sites that address it. Much of the information available will deal with IPC in the C language, but the basic ideas can also be applied to IPC in PHP. A good introductory resource is Beej’s Guide to Unix Interprocess Communication (www.ecst.csuchico.edu/~beej/guide/ipc/ ...

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.