Contact: aviboots(AT)netvision.net.il
41,157 questions
53,647 answers
573 users
$start = microtime(true); list($width, $height) = getimagesize("http://seek4info.com/images/seek4info_logo.png"); $stop = round(microtime(true) - $start, 2); echo "w: " . $width . " h: " . $height . " ({$stop}s)"; /* run: w: 236 h: 82 (0.36s) */