PHP » GoLang |
login |
register |
about
|
GoLang wincache_ucache_set
request it (399)
GoLang replacement for PHP's wincache_ucache_set
[edit | history]
wincache_ucache_set(PECL wincache >= 1.1.0) wincache_ucache_set — Adds a variable in user cache and overwrites a variable if it already exists in the cache DescriptionAdds a variable in user cache. Overwrites a variable if it already exists in the cache. The added or updated variable remains in the user cache unless its time to live expires or it is deleted by using wincache_ucache_delete() or wincache_ucache_clear() functions. Parameters
Return Values
If
If
Examples
Example #1 wincache_ucache_set() with
<?php The above example will output: bool(true) string(3) "BAR" bool(true) string(3) "BAR1"
Example #2 wincache_ucache_set() with
<?php The above example will output: array(0) {} array(0) {} string(1) "6" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|