App::getAllPost

Usage

array App::getAllPost()

Description

Retrive all POST variables as an array.

Return Value

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

Examples

Get all POST variables.


$vars = $app->getAllPost();

See Also