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 Recursive Array Replace by Key or Value
PHP GD Style
PHP GD Brushes
PHP PHP IP Address Validation Function
PHP GD Image Text
PHP Showing the file size in kilobytes
PHP Array Push useful for reverse directory listing
PHP Use CURL with proxy
PHP MS Word
PHP Multi Language Seconds to String Converter