Book/shmop-Phpdoc专题
Shared Memory
目录
- 简介
- 安装/配置
- 预定义常量
- 范例
- Shared Memory 函数
- 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
简介
A fully opaque class which replaces shmop resources as of PHP 8.0.0.
类摘要
Shmop
final class Shmop {
}