Diviner
MyBB
»
my_get_array_cookie (Function)
Function
my_get_array_cookie()
Defined
inc/functions.php:1713
array|boolean
my_get_array_cookie(
$name
,
$id
)
parameters
string
$name
The cookie identifier.
int
$id
The cookie content id.
return
array|boolean
The cookie id's content array or false when non-existent.
Get the contents from a serialised cookie array.