PHP » GoLang |
login |
register |
about
|
GoLang wincache_ucache_get
request it (615)
GoLang replacement for PHP's wincache_ucache_get
[edit | history]
wincache_ucache_get(PECL wincache >= 1.1.0) wincache_ucache_get — Gets a variable stored in the user cache DescriptionGets a variable stored in the user cache. Parameters
Return Values
If
The Examples
Example #1 wincache_ucache_get() with
<?phpThe above example will output: string(4) "blue" bool(true)
Example #2 wincache_ucache_get() with
<?phpThe above example will output:
array(4) { ["green"]=> string(1) "5"
["Blue"]=> string(1) "6"
["yellow"]=> string(1) "7"
["cyan"]=> string(1) "8" }
bool(true)
See Also
|
more
Most requested
more
Last requests
|