Sample:
getimagesize($_FILES[“file”][“tmp_name”])
(
[0] => 110
[1] => 150
[2] => 2
[3] => width=”110″ height=”150″
[bits] => 8
[channels] => 3
[mime] => image/jpeg
)
—
由
Sample:
getimagesize($_FILES[“file”][“tmp_name”])
(
[0] => 110
[1] => 150
[2] => 2
[3] => width=”110″ height=”150″
[bits] => 8
[channels] => 3
[mime] => image/jpeg
)
发表回复