Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the functions to be used to get the image's properties (size, width, and height)?
Home
PHP
What are the functions to be used to get the image's properties (size, width, and height)?
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
What are the functions to be used to get the image's properties (size, width, and height)?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2019
by
john ganales
The functions are getimagesize() for size, imagesx() for width and imagesy() for height.
...