REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.79 KB
Close
/home/jambtst2015/public_html/forum/includes/acm/acm_null.php
Text
Base64
<?php /** * * @package acm * @version $Id$ * @copyright (c) 2005, 2009 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** * @ignore */ if (!defined('IN_PHPBB')) { exit; } /** * ACM Null Caching * @package acm */ class acm { /** * Set cache path */ function acm() { } /** * Load global cache */ function load() { return true; } /** * Unload cache object */ function unload() { } /** * Save modified objects */ function save() { } /** * Tidy cache */ function tidy() { // This cache always has a tidy room. set_config('cache_last_gc', time(), true); } /** * Get saved cache object */ function get($var_name) { return false; } /** * Put data into cache */ function put($var_name, $var, $ttl = 0) { } /** * Purge cache data */ function purge() { } /** * Destroy cache data */ function destroy($var_name, $table = '') { } /** * Check if a given cache entry exist */ function _exists($var_name) { return false; } /** * Load cached sql query */ function sql_load($query) { return false; } /** * Save sql query */ function sql_save($query, &$query_result, $ttl) { } /** * Ceck if a given sql query exist in cache */ function sql_exists($query_id) { return false; } /** * Fetch row from cache (database) */ function sql_fetchrow($query_id) { return false; } /** * Fetch a field from the current row of a cached database result (database) */ function sql_fetchfield($query_id, $field) { return false; } /** * Seek a specific row in an a cached database result (database) */ function sql_rowseek($rownum, $query_id) { return false; } /** * Free memory used for a cached database result (database) */ function sql_freeresult($query_id) { return false; } } ?>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
acm_apc.php
1.30 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_eaccelerator.php
2.18 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_file.php
13.65 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_memcache.php
2.43 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_memory.php
8.04 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_null.php
1.79 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_redis.php
2.43 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_wincache.php
1.38 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
acm_xcache.php
2.33 KB
lrw-r--r--
2024-11-22 17:53:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).