App::getAllCookie

Usage

array App::getAllCookie()

Description

Retrive all cookie variables as an array.

Return Value

Array containing a key-value pair of all cookie variables.

Examples

Get all POST variables.


$vars = $app->getAllCookie();

See Also