Function __global->cleanup_exif
Definitions
sources/exif.php
- Cleanup some EXIF, to the correct character set.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $metadata | array | No | No | required parameter | N/A | N/A | The EXIF data |
Returns
- Cleaned up EXIF data
- Type: array
- Set: N/A
- Range: N/A

