CODE
LIBARY.COM
Home
/
PHP
PHP Array Get Image Properties
Array Get Image Properties
<? $i = @getimagesize("a.jpg"); echo "Width: $i[0] Height: $i[1]"; ?>
$i = @getimagesize("a.jpg"); echo "Width: $i[0] Height: $i[1]"; ?>
Copy to Clipboard
Related Snippets
PHP Clean Function - Web Based Tool to Remove Special Characters and Replace Spaces with Hyphens
PHP Morse Convertor Class
PHP GD Image View
PHP GD Clock
PHP PHP Web Application - Displaying People and their Colors
PHP Ping
PHP Search in folders and subfolders
PHP Random password using md5() and rand()
PHP File read using while
PHP Simple Graphic Counter