3v4l.org

run code in 300+ PHP versions simultaneously
<?php $img_str = file_get_contents('http://lorempixel.com/output/technics-q-c-640-480-6.jpg'); $image = imagecreatefromstring($img_str); $w = imagesx($image); $h = imagesy($image); echo $w.'px '.$h.'px';

preferences:
57.68 ms | 402 KiB | 5 Q