App::clearPost Usage void App::clearPost() Description Clear all POST variables, so all future retrievals will return null. Examples Clear all variables $app->clearPost(); See Also post() hasPost() getAllPost() replacePost()