3v4l.org

run code in 300+ PHP versions simultaneously
<?php $img_str = file_get_contents('https://unsplash.com/photos/Dd_7xDCuuUo/download'); $image = imagecreatefromstring($img_str); $w = imagesx($image); $h = imagesy($image); echo $w.'px '.$h.'px';

preferences:
37.56 ms | 402 KiB | 5 Q