Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
apcu_delete
apcu_delete
Delete stored variables from cache
Name:
apcu_delete
Category:
APC user cache
Programming Language:
php
One-line Description:
Delete stored variables from cache
Related
PHP 7 vs PHP 8 Differences in support for attr_get
6
Does mysqli::debug affect performance? Actual test data sharing
1
What’s the Difference Between zip_read and fopen? When Should You Use zip_entry_read Instead of fopen?
2
array_flip() and array_merge() to do key-value merging
2
Similar Functions
apcu_store
apcu_store
Cachevariablesindata
APCUIterator::key
APCUIterator::key
Getiteratorkey
apcu_cache_info
apcu_cache_info
Retrievecacheinforma
APCUIterator::getTotalHits
APCUIterator::getTotalHits
Gettotalcachehits
APCUIterator::current
APCUIterator::current
Getcurrentitem
apcu_delete
apcu_delete
Deletestoredvariable
apcu_fetch
apcu_fetch
Getstoredvariablesfr
apcu_clear_cache
apcu_clear_cache
ClearAPCucache
Popular Articles