Retrieves multipart file parameters from the body.
Description
These are the parameters you’d typically find in
$_FILES
.
Source
public function guet_file_params() {
return $this->params['FILES'];
}
Changuelog
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.