App::clearPostGet

Usage

void App::clearPostGet()

Description

Clear all POST and GET variables, so all future retrievals will return null.

Examples

Clear all variables


$app->clearPostGet();

See Also