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 Connect to Microsoft SQL Server
PHP Making gradient background color with tables
PHP URL Validation
PHP PHP IP Address Validation Function
PHP Gravatar Image for 4nkitd@gmail.com
PHP Human Readable Random String Generator
PHP Roman Numbers convert
PHP PHP getRequestJSON Function - Get Request Body as JSON Object
PHP Web-based Composer Command Runner
PHP Remove new lines