CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
CarpCachePath();
Get the path to the folder where the results of CarpFilter, CarpCacheFilter, CarpShow, and CarpCacheShow are storedEvolution | LE | Koi | SE |
All | All | >=3.1.5 | >=3.1.5 |
This function returns the full path to the directory where the results of CarpShow and CarpCache are stored.
Arguments: none
Return value: the full path to the cache directory
Usage Example:
<?php require_once '/home/geckotribe/carp/carp.php'; echo "HTML formatted cache files are stored at ".CarpCachePath(); ?>