-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapc.php
More file actions
51 lines (51 loc) · 1.23 KB
/
apc.php
File metadata and controls
51 lines (51 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
return array(
'functions' => array(
'apc_add',
'apc_bin_dump',
'apc_bin_dumpfile',
'apc_bin_load',
'apc_bin_loadfile',
'apc_cache_info',
'apc_cas',
'apc_clear_cache',
'apc_compile_file',
'apc_dec',
'apc_define_constants',
'apc_delete_file',
'apc_delete',
'apc_exists',
'apc_fetch',
'apc_inc',
'apc_load_constants',
'apc_sma_info',
'apc_store'
),
'classes' => array(
'APCIterator'
),
'constants' => array(
'APC_BIN_VERIFY_CRC32',
'APC_BIN_VERIFY_MD5',
'APC_ITER_ALL',
'APC_ITER_ATIME',
'APC_ITER_CTIME',
'APC_ITER_DEVICE',
'APC_ITER_DTIME',
'APC_ITER_FILENAME',
'APC_ITER_INODE',
'APC_ITER_KEY',
'APC_ITER_MD5',
'APC_ITER_MEM_SIZE',
'APC_ITER_MTIME',
'APC_ITER_NONE',
'APC_ITER_NUM_HITS',
'APC_ITER_REFCOUNT',
'APC_ITER_TTL',
'APC_ITER_TYPE',
'APC_ITER_VALUE',
'APC_LIST_ACTIVE',
'APC_LIST_DELETED'
),
'description' => 'Alternative PHP Cache',
);