getimagesize
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
)
This page contains an archive of all entries posted to a one and a two in the PPP学习 category. They are listed from oldest to newest.
说一句话 is the previous category.
奥运来了 is the next category.
Many more can be found on the main index page or by looking through the archives.