Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments.
注: Versions of Windows previous to Windows 2000 do not support shared memory. Under Windows, Shmop will only work when PHP is running as a web server module, such as Apache or IIS (CLI and CGI will not work).
注: In PHP 4.0.3, these functions were prefixed by shm rather than shmop.
要编译本扩展模块不需要外部库文件。
To use shmop you will need to compile PHP with the --enable-shmop parameter in your configure line.
本扩展模块在 php.ini 中未定义任何配置选项。
本扩展模块未定义任何常量。