getPost()
getPost(string $key = null, string $default = null) : mixed
Get a value from the _POST array and use default if it is not set.
Parameters
| string |
$key |
to check if it exists in the $_POST variable |
| string |
$default |
value to return as default |
Returns
mixed