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 Listing only one type files
PHP GD Vertical Arrow
PHP Remove line from file
PHP Last time a file was modified
PHP Get current filename as variable
PHP Apache Processes
PHP Strategy Design Pattern
PHP Calendar
PHP Gravatar Image for 4nkitd@gmail.com
PHP Another Very Basic Counter