Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

set_cache_store_value

Usage: bool set_cache_store_value (string cs_key[, string value])
Purpose: Sets the value of a cache store.
Availability: IPB SDK 1.0

Sets the value of cache store cs_key to value. If cache store cs_key does not already exist, it will be created.

Returns TRUE on success.

// Set the value of cache store "sdk_test" to "hello";
$SDK->set_cache_store_value("sdk_test", "hello");

// Use get_cache_store_value() to get the value
echo $SDK->get_cache_store_value("sdk_test");


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