<?php $size = getimagesize("http://getfavicon.appspot.com/http://google.com?defaulticon=1pxgif"); list($width, $height) = $size; echo "width: $width<br />height: $height"; ?>