Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_cache_store_value

Usage: mixed get_cache_store_value (string cs_key)
Purpose: Gets the value of a cache store.
Availability: IPB SDK 1.0

Returns the value of cache store cs_key. If the cache store does not exist, FALSE will be returned.

// Example usage to get the value of cache store "adminnotes"
echo $SDK->get_cache_store_value("adminnotes");


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net