| Versions | |
|---|---|
| 6 | cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) |
Code
includes/
<?php
function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
return;
}
?>Login or register to post comments