PHP8 APCu 函数
2023-08-24 16:11 更新
目录
- apcu_add — 缓存一个新变量到存储中
- apcu_cache_info — 从 APCu 存储中获取缓存信息
- apcu_cas — Updates an old value with a new value
- apcu_clear_cache — Clears the APCu cache
- apcu_dec — Decrease a stored number
- apcu_delete — Removes a stored variable from the cache
- apcu_enabled — Whether APCu is usable in the current environment
- apcu_entry — Atomically fetch or generate a cache entry
- apcu_exists — Checks if entry exists
- apcu_fetch — Fetch a stored variable from the cache
- apcu_inc — Increase a stored number
- apcu_key_info — Get detailed information about the cache key
- apcu_sma_info — Retrieves APCu Shared Memory Allocation information
- apcu_store — 缓存一个变量到存储中
以上内容是否对您有帮助:
更多建议: