In this tutorial I will show you a list of PHP APC undocumented, deprecated or not working functions. This functions are: apc_bin_dump, apc_bin_dumpfile, apc_bin_load, apc_bin_loadfile, apc_compile_file, apc_define_constants, apc_delete_file and apc_load_constants.
Code used during this tutorial:
1 2 3 4 5 6 7 8 9 10 11 12 |
# PHP APC undocumented, deprecated or not working functions apc_bin_dump apc_bin_dumpfile apc_bin_load apc_bin_loadfile apc_compile_file apc_define_constants apc_delete_file apc_load_constants Useful links: http://php.net/manual/en/ref.apc.php |
Useful links:
http://php.net/manual/en/ref.apc.php