$tmpPath : ローカル内の画像ファイルへのパス
$file_info = getimagesize($tmpPath);
print_r($file_info);
こんな風に出力される
Array ( [0] => 120 [1] => 90 [2] => 2 [3] => width=”120″ height=”90″ [bits] => 8 [channels] => 3 [mime] => image/jpeg )
Just another WordPress site
$tmpPath : ローカル内の画像ファイルへのパス
$file_info = getimagesize($tmpPath);
print_r($file_info);
こんな風に出力される
Array ( [0] => 120 [1] => 90 [2] => 2 [3] => width=”120″ height=”90″ [bits] => 8 [channels] => 3 [mime] => image/jpeg )