Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Get the size of an image
<?php getimagesize(string $filename, array &$image_info = null): array|false
<?php         $key = $this->argument(0)->value();



        $info = [];

        @getimagesize($image->dirname .'/'. $image->basename, $info);



        $data = [];