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 Get week range
PHP Google Search Results
PHP Last date a file was modified
PHP URL Validation
PHP Web-based CSV to MySQL Data Import
PHP Show Related Posts @ Single Post
PHP Unset global variables
PHP Gz Compress
PHP Random password using md5() and time()
PHP Count Words in a string