imageresolution
PHP 7 >= 7.2.0, PHP 8
imageresolution - Get or set the resolution of the image
Code Examples
Example #1 Setting and getting the resolution of an image
Result: Array
(
[0] => 200
[1] => 200
)
Array
(
[0] => 300
[1] => 72
)